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 150 <!--上传到私有仓库 -->
151 151 <distributionManagement>
152 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 155 </repository>
156 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 159 </snapshotRepository>
160 160 </distributionManagement>
161 161 </project>
162 162 \ No newline at end of file
... ...