Skip to content

Commit

Permalink
Merge pull request #2989 from hazendaz/master
Browse files Browse the repository at this point in the history
Fix scm data for releasing site with gh-pages / bump coveralls to jdk 21
  • Loading branch information
hazendaz committed Nov 2, 2023
2 parents 2e78001 + 8ffb57a commit ab67df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: zulu
- name: Report Coverage to Coveralls for Pull Requests
if: github.event_name == 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,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/mybatis-3.git?gh-pages#</url>
<url>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</url>
</site>
</distributionManagement>

Expand Down

0 comments on commit ab67df3

Please sign in to comment.