Skip to content

Commit

Permalink
Update release-to-maven-central.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone authored Jan 11, 2025
1 parent 64e970c commit 7cb9bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
releaseversion:
description: 'Release version'
required: true
default: '1.11.0'
default: '1.12.0'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
server-id: ossrh
server-username: SONATYPE_USERNAME
server-password: SONATYPE_PASSWORD
Expand Down

0 comments on commit 7cb9bb0

Please sign in to comment.