We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769b221 commit c049394Copy full SHA for c049394
1 file changed
pom.xml
@@ -55,7 +55,7 @@
55
<distributionManagement>
56
<repository>
57
<id>sonatype.release</id>
58
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url>
59
</repository>
60
<site>
61
<id>cdap</id>
@@ -66,11 +66,11 @@
66
<repositories>
67
68
<id>sonatype</id>
69
- <url>https://oss.sonatype.org/content/groups/public</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/content/groups/public</url>
70
71
72
<id>sonatype-snapshots</id>
73
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://central.sonatype.com/repositories/snapshots</url>
74
75
</repositories>
76
0 commit comments