Skip to content

Commit 1a62018

Browse files
authored
Merge pull request #8 from MetricsHub/feature/update-deployment
Updated Maven Central Repository URL for Deployments.
2 parents 215435b + 42be9cf commit 1a62018

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@
2121
<distributionManagement>
2222
<snapshotRepository>
2323
<id>ossrh</id>
24-
<url>https://central.sonatype.com/content/repositories/snapshots</url>
24+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
2525
</snapshotRepository>
26-
<repository>
27-
<id>ossrh</id>
28-
<url>https://central.sonatype.com/service/local/staging/deploy/maven2/</url>
29-
</repository>
3026
</distributionManagement>
3127

3228
<licenses>

0 commit comments

Comments
 (0)