소스 검색

modify the repository url

sunyj 7 년 전
부모
커밋
0969e7fb55
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -162,13 +162,13 @@
 		<repository>
 			<id>platform-release</id>
 			<name>platform-release</name>
-			<url>http://maven.ubtob.com/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://maven.ubtob.com/artifactory/libs-snapshot-local</url>
+			<url>http://10.10.100.21:8081/artifactory/libs-snapshot-local</url>
 		</snapshotRepository>
 	</distributionManagement>
 </project>