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 a9ef5a5 commit 16bcb9bCopy full SHA for 16bcb9b
pom.xml
@@ -49,14 +49,14 @@
49
50
<distributionManagement>
51
<snapshotRepository>
52
- <id>sonatype-snapshots-repository</id>
+ <id>sonatype-nexus-snapshots</id>
53
<name>Sonatype Snapshots Repository</name>
54
<url>${sonatype.snapshotRepository}</url>
55
</snapshotRepository>
56
<repository>
57
- <id>sonatype-release-repository</id>
+ <id>sonatype-nexus-staging</id>
58
<name>Sonatype Release Repository</name>
59
- <url>${vertx.releaseRepository}</url>
+ <url>${sonatype.snapshotRepository}</url>
60
</repository>
61
</distributionManagement>
62
0 commit comments