We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049df8f commit 298f222Copy full SHA for 298f222
pom.xml
@@ -84,10 +84,13 @@
84
</pluginManagement>
85
</build>
86
<distributionManagement>
87
+ <snapshotRepository>
88
+ <id>ossrh</id>
89
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
90
+ </snapshotRepository>
91
<repository>
92
<id>ossrh</id>
- <name>Central Repository OSSRH</name>
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
93
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
94
</repository>
95
</distributionManagement>
96
</project>
0 commit comments