File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
Apache License
2
2
Version 2.0, January 2004
3
- http ://www.apache.org/licenses/
3
+ https ://www.apache.org/licenses/
4
4
5
5
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
6
192
192
you may not use this file except in compliance with the License.
193
193
You may obtain a copy of the License at
194
194
195
- http ://www.apache.org/licenses/LICENSE-2.0
195
+ https ://www.apache.org/licenses/LICENSE-2.0
196
196
197
197
Unless required by applicable law or agreed to in writing, software
198
198
distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 17
17
18
18
-->
19
19
<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
+
20
21
<modelVersion >4.0.0</modelVersion >
21
22
22
23
<parent >
33
34
34
35
<name >ibatis2mybatis</name >
35
36
<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 >
37
38
38
39
<inceptionYear >2004</inceptionYear >
39
40
40
41
<scm >
41
42
<
connection >scm:git:ssh://
[email protected] /mybatis/ibatis2mybatis.git</
connection >
42
43
<
developerConnection >scm:git:ssh://
[email protected] /mybatis/ibatis2mybatis.git</
developerConnection >
43
44
<tag >HEAD</tag >
44
- <url >http ://github.com/mybatis/ibatis2mybatis</url >
45
+ <url >https ://github.com/mybatis/ibatis2mybatis/ </url >
45
46
</scm >
46
47
<issueManagement >
47
48
<system >GitHub Issue Management</system >
81
82
<phase >prepare-package</phase >
82
83
<configuration >
83
84
<target >
84
- <ant antfile =" ${basedir}/build.xml" >
85
+ <ant antfile =" ${project. basedir}/build.xml" >
85
86
<target name =" migrateToMyBatis3" />
86
87
</ant >
87
88
</target >
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:base "
4
+ " config:recommended "
5
5
]
6
6
}
You can’t perform that action at this time.
0 commit comments