Skip to content

Commit 44bc206

Browse files
committed
[pom] Update site distribution
1 parent 846e0db commit 44bc206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
<scm>
8080
<url>http://github.com/mybatis/spring</url>
81-
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
81+
<connection>scm:git:ssh://git@github.com/mybatis/spring.git</connection>
8282
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
8383
<tag>HEAD</tag>
8484
</scm>
@@ -92,9 +92,9 @@
9292
</ciManagement>
9393
<distributionManagement>
9494
<site>
95-
<id>gh-pages</id>
95+
<id>gh-pages-scm</id>
9696
<name>Mybatis GitHub Pages</name>
97-
<url>git:ssh://[email protected]/mybatis/spring.git?gh-pages#</url>
97+
<url>scm:git:ssh://[email protected]/mybatis/spring.git</url>
9898
</site>
9999
</distributionManagement>
100100

0 commit comments

Comments
 (0)