Skip to content

Commit

Permalink
[pom] Update site distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 9, 2023
1 parent 846e0db commit 44bc206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<scm>
<url>http://github.com/mybatis/spring</url>
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
<connection>scm:git:ssh://git@github.com/mybatis/spring.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/spring.git</developerConnection>
<tag>HEAD</tag>
</scm>
Expand All @@ -92,9 +92,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/spring.git?gh-pages#</url>
<url>scm:git:ssh://git@github.com/mybatis/spring.git</url>
</site>
</distributionManagement>

Expand Down

0 comments on commit 44bc206

Please sign in to comment.