Skip to content

Commit

Permalink
Merge pull request #876 from hazendaz/master
Browse files Browse the repository at this point in the history
Fix site distro
  • Loading branch information
hazendaz authored Nov 9, 2023
2 parents e506afd + 44bc206 commit e6f7d50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
<!-- Used for gh-pages-scm publish via maven-scm-publish-plugin -->
<server>
<id>gh-pages</id>
<id>gh-pages-scm</id>
<configuration>
<scmVersionType>branch</scmVersionType>
<scmVersion>gh-pages</scmVersion>
</configuration>
</server>
<server>
<id>github</id>
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MyBatis Spring
Copyright 2010-2013
Copyright 2010-2023

This product includes software developed by
The MyBatis Team (http://www.mybatis.org/).
Expand Down
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://[email protected]/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://[email protected]/mybatis/spring.git?gh-pages#</url>
<url>scm:git:ssh://[email protected]/mybatis/spring.git</url>
</site>
</distributionManagement>

Expand Down

0 comments on commit e6f7d50

Please sign in to comment.