Skip to content

Commit 0087610

Browse files
committed
build(ci): bump nexus-staging-maven-plugin
1 parent 95ea011 commit 0087610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@
183183
<plugin>
184184
<groupId>org.sonatype.plugins</groupId>
185185
<artifactId>nexus-staging-maven-plugin</artifactId>
186-
<version>1.6.8</version>
186+
<version>1.6.13</version>
187187
<extensions>true</extensions>
188188
<configuration>
189189
<serverId>ossrh</serverId>
190-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
190+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
191191
<autoReleaseAfterClose>false</autoReleaseAfterClose>
192192
</configuration>
193193
</plugin>

0 commit comments

Comments
 (0)