Skip to content

Commit 52300e5

Browse files
committed
[pom] Use secure urls
1 parent 1b402ef commit 52300e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<version>3.3.12-SNAPSHOT</version>
3131

3232
<name>MyBatis Migrations</name>
33-
<url>http://www.mybatis.org/migrations/</url>
33+
<url>https://www.mybatis.org/migrations/</url>
3434

3535
<contributors>
3636
<contributor>
@@ -40,7 +40,7 @@
4040
</contributors>
4141

4242
<scm>
43-
<url>http://github.com/mybatis/migrations</url>
43+
<url>https://github.com/mybatis/migrations/</url>
4444
<connection>scm:git:ssh://[email protected]/mybatis/migrations.git</connection>
4545
<developerConnection>scm:git:ssh://[email protected]/mybatis/migrations.git</developerConnection>
4646
<tag>HEAD</tag>

0 commit comments

Comments
 (0)