|
|
@@ -97,12 +97,14 @@
|
|
|
</build>
|
|
|
<distributionManagement>
|
|
|
<snapshotRepository>
|
|
|
- <id>rdc-snapshots</id>
|
|
|
- <url>https://repo.rdc.aliyun.com/repository/34536-snapshot-ZLvYI3/</url>
|
|
|
+ <id>sonatype-nexus-snapshots</id>
|
|
|
+ <name>Sonatype Nexus Snapshots</name>
|
|
|
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
<repository>
|
|
|
- <id>rdc-releases</id>
|
|
|
- <url>https://repo.rdc.aliyun.com/repository/34536-release-G8xf7D/</url>
|
|
|
+ <id>sonatype-nexus-staging</id>
|
|
|
+ <name>Nexus Release Repository</name>
|
|
|
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
</repository>
|
|
|
</distributionManagement>
|
|
|
</profile>
|