From ff9aa7bb3d19d5cc1311a5f6f9671c45be332369 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 2 Nov 2023 18:29:57 -0400 Subject: [PATCH 1/2] [scm] Fix the scm data used to produce the site with gh-pages --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 110ffd8a478..f2fc1194242 100644 --- a/pom.xml +++ b/pom.xml @@ -124,9 +124,9 @@ - gh-pages + gh-pages-scm Mybatis GitHub Pages - git:ssh://git@github.com/mybatis/mybatis-3.git?gh-pages# + scm:git:ssh://git@github.com/mybatis/mybatis-3.git From 8ffb57a8c668805299e6340621a20b99186db743 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 22 Oct 2023 20:40:27 -0400 Subject: [PATCH 2/2] [GHA] Bump coveralls to jdk 21 --- .github/workflows/coveralls.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index e9f6123178b..038d881123b 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -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'