Commit b7d9f7f9aea4fc87e4fe01053fe837a82e924650

Authored by ci-aliyun
1 parent f756e9da

#chore:更新maven私有库配置

Showing 1 changed file with 4 additions and 4 deletions
@@ -150,12 +150,12 @@ @@ -150,12 +150,12 @@
150 <!--上传到私有仓库 --> 150 <!--上传到私有仓库 -->
151 <distributionManagement> 151 <distributionManagement>
152 <repository> 152 <repository>
153 - <id>nexus-releases</id>  
154 - <url>http://39.108.110.2:8081/repository/maven-releases/</url> 153 + <id>rdc-releases</id>
  154 + <url>https://repo.rdc.aliyun.com/repository/24784-release-oRxGgU/</url>
155 </repository> 155 </repository>
156 <snapshotRepository> 156 <snapshotRepository>
157 - <id>nexus-snapshot</id>  
158 - <url>http://39.108.110.2:8081/repository/maven-snapshots/</url> 157 + <id>rdc-snapshots</id>
  158 + <url>https://repo.rdc.aliyun.com/repository/24784-snapshot-Dsv8kn/</url>
159 </snapshotRepository> 159 </snapshotRepository>
160 </distributionManagement> 160 </distributionManagement>
161 </project> 161 </project>
162 \ No newline at end of file 162 \ No newline at end of file