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 24
24
<username >${env.CI_DEPLOY_USERNAME}</username >
25
25
<password >${env.CI_DEPLOY_PASSWORD}</password >
26
26
</server >
27
+ <!-- Used for gh-pages-scm publish via maven-scm-publish-plugin -->
27
28
<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 >
29
34
</server >
30
35
<server >
31
36
<id >github</id >
Original file line number Diff line number Diff line change 1
1
MyBatis Spring
2
- Copyright 2010-2013
2
+ Copyright 2010-2023
3
3
4
4
This product includes software developed by
5
5
The MyBatis Team (http://www.mybatis.org/).
Original file line number Diff line number Diff line change 78
78
79
79
<scm >
80
80
<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 >
82
82
<
developerConnection >scm:git:ssh://
[email protected] /mybatis/spring.git</
developerConnection >
83
83
<tag >HEAD</tag >
84
84
</scm >
92
92
</ciManagement >
93
93
<distributionManagement >
94
94
<site >
95
- <id >gh-pages</id >
95
+ <id >gh-pages-scm </id >
96
96
<name >Mybatis GitHub Pages</name >
97
- <
url >git:ssh://
[email protected] /mybatis/spring.git
?gh-pages# </
url >
97
+ <
url >
scm: git:ssh://
[email protected] /mybatis/spring.git</
url >
98
98
</site >
99
99
</distributionManagement >
100
100
You can’t perform that action at this time.
0 commit comments