Skip to content

Commit 5f55d39

Browse files
committed
update release
1 parent 05b795b commit 5f55d39

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

.github/workflows/mvn-deploy-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
steps:
1111
- name: Get the code
1212
uses: actions/checkout@v4
13-
- name: Setup Java 11
13+
- name: Setup Java 17
1414
uses: actions/setup-java@v4
1515
with:
16-
java-version: 11
16+
java-version: 17
1717
distribution: 'zulu'
18-
server-id: ossrh-nexus
18+
server-id: central
1919
server-username: MAVEN_USERNAME
2020
server-password: MAVEN_PASSWORD
2121
gpg-private-key: ${{ secrets.GPG_KEY }}

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<groupId>org.sonatype.central</groupId>
112112
<artifactId>central-publishing-maven-plugin</artifactId>
113113
<version>0.7.0</version>
114+
<extensions>true</extensions>
114115
<configuration>
115116
<publishingServerId>central</publishingServerId>
116117
<autoPublish>true</autoPublish>

release/settings-security.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

release/settings.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)