File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2424 <username >${env.CI_DEPLOY_USERNAME}</username >
2525 <password >${env.CI_DEPLOY_PASSWORD}</password >
2626 </server >
27+ <!-- Used for gh-pages-scm publish via maven-scm-publish-plugin -->
2728 <server >
28- <id >gh-pages</id >
29+ <id >gh-pages-scm</id >
30+ <configuration >
31+ <scmVersionType >branch</scmVersionType >
32+ <scmVersion >gh-pages</scmVersion >
33+ </configuration >
2934 </server >
3035 <server >
3136 <id >github</id >
Original file line number Diff line number Diff line change 11MyBatis Spring
2- Copyright 2010-2013
2+ Copyright 2010-2023
33
44This product includes software developed by
55The MyBatis Team (http://www.mybatis.org/).
Original file line number Diff line number Diff line change 7878
7979 <scm >
8080 <url >http://github.com/mybatis/spring</url >
81- <connection >scm:git:ssh://github.com/mybatis/spring.git</connection >
81+ <connection >scm:git:ssh://git@ github.com/mybatis/spring.git</connection >
8282 <developerConnection >scm:git:ssh://git@github.com/mybatis/spring.git</developerConnection >
8383 <tag >HEAD</tag >
8484 </scm >
9292 </ciManagement >
9393 <distributionManagement >
9494 <site >
95- <id >gh-pages</id >
95+ <id >gh-pages-scm </id >
9696 <name >Mybatis GitHub Pages</name >
97- <url >git:ssh://git@github.com/mybatis/spring.git?gh-pages# </url >
97+ <url >scm: git:ssh://git@github.com/mybatis/spring.git</url >
9898 </site >
9999 </distributionManagement >
100100
You can’t perform that action at this time.
0 commit comments