Browse Source

maven 库改为内网地址

hejq 8 năm trước cách đây
mục cha
commit
9cac924beb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -186,13 +186,13 @@
 		<repository>
 		<repository>
 			<id>platform-release</id>
 			<id>platform-release</id>
 			<name>platform-release</name>
 			<name>platform-release</name>
-			<url>http://113.105.74.141:8081/artifactory/libs-release-local</url>
+			<url>http://10.10.101.21:8081/artifactory/libs-release-local</url>
 		</repository>
 		</repository>
 		<!-- 发布快照版本 -->
 		<!-- 发布快照版本 -->
 		<snapshotRepository>
 		<snapshotRepository>
 			<id>platform-snapshots</id>
 			<id>platform-snapshots</id>
 			<name>platform-snapshots</name>
 			<name>platform-snapshots</name>
-			<url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>
+			<url>http://10.10.101.21:8081/artifactory/libs-snapshot-local</url>
 		</snapshotRepository>
 		</snapshotRepository>
 	</distributionManagement>
 	</distributionManagement>
 </project>
 </project>