Skip to content

Commit 0ef7ba9

Browse files
committed
[pom] Cleanup pom urls
1 parent 2f76810 commit 0ef7ba9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 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>

0 commit comments

Comments
 (0)