Skip to content

Commit 1f2d19f

Browse files
Update Repository URL
1 parent a342a59 commit 1f2d19f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ jobs:
5555
uses: actions/setup-java@v4
5656
with:
5757
distribution: 'temurin'
58-
java-version: '17'
59-
cache: 'maven'
58+
java-version: '21'
6059
server-id: central
61-
server-username: ${{ secrets.CENTRAL_USERNAME }}
62-
server-password: ${{ secrets.CENTRAL_PASSWORD }}
60+
server-username: MAVEN_USERNAME
61+
server-password: MAVEN_PASSWORD
6362
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
64-
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
63+
gpg-passphrase: GPG_PASSPHRASE
6564

6665
- name: Build and Deploy
6766
# run: mvn -P release --batch-mode deploy -DskipTests

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.sonatype.central</groupId>
8181
<artifactId>central-publishing-maven-plugin</artifactId>
82-
<version>0.4.0</version>
82+
<version>0.7.0</version>
8383
<extensions>true</extensions>
8484
<configuration>
8585
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)