Skip to content

Commit 16bcb9b

Browse files
committed
Update distribution management
1 parent a9ef5a5 commit 16bcb9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949

5050
<distributionManagement>
5151
<snapshotRepository>
52-
<id>sonatype-snapshots-repository</id>
52+
<id>sonatype-nexus-snapshots</id>
5353
<name>Sonatype Snapshots Repository</name>
5454
<url>${sonatype.snapshotRepository}</url>
5555
</snapshotRepository>
5656
<repository>
57-
<id>sonatype-release-repository</id>
57+
<id>sonatype-nexus-staging</id>
5858
<name>Sonatype Release Repository</name>
59-
<url>${vertx.releaseRepository}</url>
59+
<url>${sonatype.snapshotRepository}</url>
6060
</repository>
6161
</distributionManagement>
6262

0 commit comments

Comments
 (0)