Skip to content

Commit 58de0d6

Browse files
committed
fix server id
1 parent 944b545 commit 58de0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<artifactId>nexus-staging-maven-plugin</artifactId>
8383
<configuration>
8484
<!-- Redefine the server, the parent publishes through the older OSS nexus -->
85-
<serverId>ossrh</serverId>
85+
<serverId>s01</serverId>
8686
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
8787
</configuration>
8888
</plugin>

0 commit comments

Comments
 (0)