Skip to content

Commit 7496c4d

Browse files
committed
update deploy target
1 parent 743c4fd commit 7496c4d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<extensions>true</extensions>
243243
<configuration>
244244
<serverId>ossrh</serverId>
245-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
245+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
246246
<autoReleaseAfterClose>true</autoReleaseAfterClose>
247247
</configuration>
248248
</plugin>
@@ -283,11 +283,14 @@
283283

284284
<!-- For deploying to maven central -->
285285
<distributionManagement>
286-
<!-- Snapshot repository -->
287286
<snapshotRepository>
288287
<id>ossrh</id>
289-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
288+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
290289
</snapshotRepository>
290+
<repository>
291+
<id>ossrh</id>
292+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
293+
</repository>
291294
</distributionManagement>
292295

293296
<!-- release profile for deploying -->

0 commit comments

Comments
 (0)