Skip to content

Commit

Permalink
[scm] Fix the scm data used to produce the site with gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 2, 2023
1 parent 2e78001 commit ff9aa7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
</ciManagement>
<distributionManagement>
<site>
<id>gh-pages</id>
<id>gh-pages-scm</id>
<name>Mybatis GitHub Pages</name>
<url>git:ssh://git@github.com/mybatis/mybatis-3.git?gh-pages#</url>
<url>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</url>
</site>
</distributionManagement>

Expand Down

0 comments on commit ff9aa7b

Please sign in to comment.