Skip to content

Commit ff9aa7b

Browse files
committed
[scm] Fix the scm data used to produce the site with gh-pages
1 parent 2e78001 commit ff9aa7b

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
@@ -124,9 +124,9 @@
124124
</ciManagement>
125125
<distributionManagement>
126126
<site>
127-
<id>gh-pages</id>
127+
<id>gh-pages-scm</id>
128128
<name>Mybatis GitHub Pages</name>
129-
<url>git:ssh://[email protected]/mybatis/mybatis-3.git?gh-pages#</url>
129+
<url>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</url>
130130
</site>
131131
</distributionManagement>
132132

0 commit comments

Comments
 (0)