diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6847296..fdfb248 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -1,19 +1,3 @@
-#
-# Copyright 2016-2021 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
name: Java CI
on: [push, pull_request]
@@ -23,9 +7,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-latest, macOS-latest, windows-latest]
- java: [11, 17, 21]
- distribution: ['zulu']
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ java: [11, 17, 21, 22-ea]
+ distribution: ['temurin']
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml
index 094e944..038d881 100644
--- a/.github/workflows/coveralls.yaml
+++ b/.github/workflows/coveralls.yaml
@@ -1,19 +1,3 @@
-#
-# Copyright 2016-2021 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
name: Coveralls
on: [push, pull_request]
diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index 6144d21..01240be 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -1,19 +1,3 @@
-#
-# Copyright 2016-2021 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
name: SonarCloud
on:
diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml
index 67efc36..46800b4 100644
--- a/.github/workflows/sonatype.yaml
+++ b/.github/workflows/sonatype.yaml
@@ -1,19 +1,3 @@
-#
-# Copyright 2016-2021 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
name: Sonatype
on:
diff --git a/pom.xml b/pom.xml
index effd2be..6e005e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
https://github.com/mybatis/caffeine-cache
- scm:git:ssh://github.com/mybatis/caffeine-cache.git
+ scm:git:ssh://git@github.com/mybatis/caffeine-cache.git
scm:git:ssh://git@github.com/mybatis/caffeine-cache.git
HEAD
@@ -53,9 +53,9 @@
- gh-pages
+ gh-pages-scm
Mybatis GitHub Pages
- git:ssh://git@github.com/mybatis/caffeine-cache.git?gh-pages#
+ scm:git:ssh://git@github.com/mybatis/caffeine-cache.git