Skip to content

Commit

Permalink
Merge pull request #28 from hazendaz/master
Browse files Browse the repository at this point in the history
Use secure license, update renovate, fix urls, and use non deprecated project.basedir
  • Loading branch information
hazendaz authored Feb 10, 2024
2 parents 1296d51 + 82b6227 commit 57f5924
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -33,15 +34,15 @@

<name>ibatis2mybatis</name>
<description>The tool is designed around an xslt transformation and some text replacements packaged in an ant task and tries to deliver a good starting point before the more complex work begins.</description>
<url>http://www.mybatis.org/</url>
<url>https://www.mybatis.org/ibatis2mybatis/</url>

<inceptionYear>2004</inceptionYear>

<scm>
<connection>scm:git:ssh://[email protected]/mybatis/ibatis2mybatis.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/ibatis2mybatis.git</developerConnection>
<tag>HEAD</tag>
<url>http://github.com/mybatis/ibatis2mybatis</url>
<url>https://github.com/mybatis/ibatis2mybatis/</url>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -81,7 +82,7 @@
<phase>prepare-package</phase>
<configuration>
<target>
<ant antfile="${basedir}/build.xml">
<ant antfile="${project.basedir}/build.xml">
<target name="migrateToMyBatis3"/>
</ant>
</target>
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
]
}

0 comments on commit 57f5924

Please sign in to comment.