Browse Source

replace 10.10.101.21:8081 with 10.10.100.21:8081 for repository's url

sunyj 8 years ago
parent
commit
084334b0fb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

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