Skip to content

Commit 298f222

Browse files
committed
sonatype repo update
1 parent 049df8f commit 298f222

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,13 @@
8484
</pluginManagement>
8585
</build>
8686
<distributionManagement>
87+
<snapshotRepository>
88+
<id>ossrh</id>
89+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
90+
</snapshotRepository>
8791
<repository>
8892
<id>ossrh</id>
89-
<name>Central Repository OSSRH</name>
90-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
93+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
9194
</repository>
9295
</distributionManagement>
9396
</project>

0 commit comments

Comments
 (0)