Skip to content

Commit ac6a4fc

Browse files
committed
Merge branch '2.19' into 2.x
2 parents 63c7b8e + 0feeaf3 commit ac6a4fc

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
@@ -32,7 +32,7 @@ jobs:
3232
distribution: 'temurin'
3333
java-version: ${{ matrix.java_version }}
3434
cache: 'maven'
35-
server-id: sonatype-nexus-snapshots
35+
server-id: central-snapshots
3636
server-username: CI_DEPLOY_USERNAME
3737
server-password: CI_DEPLOY_PASSWORD
3838
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
@@ -46,8 +46,8 @@ jobs:
4646
- name: Deploy snapshot
4747
if: ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4848
env:
49-
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
50-
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
49+
CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
50+
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
5151
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5252
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
5353
- name: Generate code coverage

0 commit comments

Comments
 (0)