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 284c5c4 commit 6aa42aaCopy full SHA for 6aa42aa
pom.xml
@@ -33,14 +33,14 @@
33
</scm>
34
35
<distributionManagement>
36
- <repository>
37
- <id>ossrh</id>
38
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
39
- </repository>
40
<snapshotRepository>
41
<id>ossrh</id>
42
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
43
</snapshotRepository>
+ <repository>
+ <id>ossrh</id>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
44
</distributionManagement>
45
46
<properties>
0 commit comments