Skip to content

Commit ab67df3

Browse files
authored
Merge pull request #2989 from hazendaz/master
Fix scm data for releasing site with gh-pages / bump coveralls to jdk 21
2 parents 2e78001 + 8ffb57a commit ab67df3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: 17
14+
java-version: 21
1515
distribution: zulu
1616
- name: Report Coverage to Coveralls for Pull Requests
1717
if: github.event_name == 'pull_request'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@
124124
</ciManagement>
125125
<distributionManagement>
126126
<site>
127-
<id>gh-pages</id>
127+
<id>gh-pages-scm</id>
128128
<name>Mybatis GitHub Pages</name>
129-
<url>git:ssh://[email protected]/mybatis/mybatis-3.git?gh-pages#</url>
129+
<url>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</url>
130130
</site>
131131
</distributionManagement>
132132

0 commit comments

Comments
 (0)