Skip to content

Commit 57f5924

Browse files
authored
Merge pull request #28 from hazendaz/master
Use secure license, update renovate, fix urls, and use non deprecated project.basedir
2 parents 1296d51 + 82b6227 commit 57f5924

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

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

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

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
-->
1919
<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">
20+
2021
<modelVersion>4.0.0</modelVersion>
2122

2223
<parent>
@@ -33,15 +34,15 @@
3334

3435
<name>ibatis2mybatis</name>
3536
<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>
36-
<url>http://www.mybatis.org/</url>
37+
<url>https://www.mybatis.org/ibatis2mybatis/</url>
3738

3839
<inceptionYear>2004</inceptionYear>
3940

4041
<scm>
4142
<connection>scm:git:ssh://[email protected]/mybatis/ibatis2mybatis.git</connection>
4243
<developerConnection>scm:git:ssh://[email protected]/mybatis/ibatis2mybatis.git</developerConnection>
4344
<tag>HEAD</tag>
44-
<url>http://github.com/mybatis/ibatis2mybatis</url>
45+
<url>https://github.com/mybatis/ibatis2mybatis/</url>
4546
</scm>
4647
<issueManagement>
4748
<system>GitHub Issue Management</system>
@@ -81,7 +82,7 @@
8182
<phase>prepare-package</phase>
8283
<configuration>
8384
<target>
84-
<ant antfile="${basedir}/build.xml">
85+
<ant antfile="${project.basedir}/build.xml">
8586
<target name="migrateToMyBatis3"/>
8687
</ant>
8788
</target>

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
]
66
}

0 commit comments

Comments
 (0)