Skip to content

Commit a1e88db

Browse files
committed
Merge branch '2.18' into 2.19
2 parents e108109 + 396110c commit a1e88db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
distribution: 'temurin'
3939
java-version: ${{ matrix.java_version }}
4040
cache: 'maven'
41-
server-id: sonatype-nexus-snapshots
41+
server-id: central-snapshots
4242
server-username: CI_DEPLOY_USERNAME
4343
server-password: CI_DEPLOY_PASSWORD
4444
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
@@ -56,8 +56,8 @@ jobs:
5656
- name: Deploy snapshot
5757
if: ${{ github.event_name != 'pull_request' && matrix.snapshot && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
5858
env:
59-
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
60-
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
59+
CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
60+
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
6161
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6262
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
6363
- name: Generate code coverage

0 commit comments

Comments
 (0)