Skip to content

Commit fe189f8

Browse files
fix: update the default server (#24)
1 parent 3084591 commit fe189f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
java-version: '17'
3232
distribution: 'temurin'
33-
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
33+
server-id: maven # Value of the distributionManagement/repository/id field of the pom.xml
3434
settings-path: ${{ github.workspace }} # location for the settings.xml file
3535
server-username: MAVEN_USERNAME # env variable for username in deploy
3636
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<version>0.6.0</version>
9797
<extensions>true</extensions>
9898
<configuration>
99-
<publishingServerId>central</publishingServerId>
99+
<publishingServerId>maven</publishingServerId>
100100
</configuration>
101101
</plugin>
102102
<plugin>

0 commit comments

Comments
 (0)