diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7d9d0022..eaa2418c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,5 +28,6 @@ fixes # ## Checklist (Optional) -- [ ] Will Pull Request to branch of 2020.0 and hoxton. +- [ ] Will pull request to branch of 2020.0. +- [ ] Will pull request to branch of 2022.0. - [ ] Add documentation in javadoc or comment below the PR if necessary. diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 721286f3..655cd5aa 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -27,7 +27,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Test with Maven - run: mvn -B test --file pom.xml + run: mvn clean test -f pom.xml -B -P sonatype -U - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: diff --git a/.github/workflows/codecov17.yml b/.github/workflows/codecov17.yml index f64edc5a..263e5bda 100644 --- a/.github/workflows/codecov17.yml +++ b/.github/workflows/codecov17.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Test with Maven - run: mvn -B test --file pom.xml + run: mvn clean test -f pom.xml -B -P sonatype -U - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: diff --git a/.github/workflows/junit_test.yml b/.github/workflows/junit_test.yml index d0200a5f..13f2c7ae 100644 --- a/.github/workflows/junit_test.yml +++ b/.github/workflows/junit_test.yml @@ -42,4 +42,4 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Test with Maven - run: mvn -B test --file pom.xml + run: mvn clean test -f pom.xml -B -P sonatype -U diff --git a/.github/workflows/junit_test17.yml b/.github/workflows/junit_test17.yml index 31e9e654..df22e8e4 100644 --- a/.github/workflows/junit_test17.yml +++ b/.github/workflows/junit_test17.yml @@ -36,4 +36,4 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Test with Maven - run: mvn -B test --file pom.xml + run: mvn clean test -f pom.xml -B -P sonatype -U diff --git a/CHANGELOG.md b/CHANGELOG.md index 671ece8f..06c1f817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ # Change Log --- + diff --git a/pom.xml b/pom.xml index 81b931d9..0cdba884 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ - 1.9.0-2022.0.1 + 1.10.0-2022.0.1-SNAPSHOT 2022.0.1 @@ -306,18 +306,32 @@ + + sonatype + + + nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + always + + + + nexus-releases + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + true + + + false + + + + - - - nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - false - - - true - - - diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index e1f4cacb..7444fd81 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 1.9.0-2022.0.1 + 1.10.0-2022.0.1-SNAPSHOT 1.10.5