ソースを参照

修改私服地址为本地服务器

Administrator 4 年 前
コミット
0c021db74d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -255,12 +255,12 @@
     <distributionManagement>
         <repository>
             <id>maven-releases</id>
-            <url>http://dev.xhsoftware.cn:18090/repository/maven-releases</url>
+            <url>http://192.168.101.10:18081/nexus/repository/maven-releases</url>
         </repository>
 
         <snapshotRepository>
             <id>maven-snapshots</id>
-            <url>http://dev.xhsoftware.cn:18090/repository/maven-snapshots</url>
+            <url>http://192.168.101.10:18081/nexus/repository/maven-snapshots</url>
         </snapshotRepository>
     </distributionManagement>