We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846e0db commit 44bc206Copy full SHA for 44bc206
pom.xml
@@ -78,7 +78,7 @@
78
79
<scm>
80
<url>http://github.com/mybatis/spring</url>
81
- <connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
+ <connection>scm:git:ssh://git@github.com/mybatis/spring.git</connection>
82
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
83
<tag>HEAD</tag>
84
</scm>
@@ -92,9 +92,9 @@
92
</ciManagement>
93
<distributionManagement>
94
<site>
95
- <id>gh-pages</id>
+ <id>gh-pages-scm</id>
96
<name>Mybatis GitHub Pages</name>
97
- <url>git:ssh://[email protected]/mybatis/spring.git?gh-pages#</url>
+ <url>scm:git:ssh://[email protected]/mybatis/spring.git</url>
98
</site>
99
</distributionManagement>
100
0 commit comments