yaoyi 1 tháng trước cách đây
mục cha
commit
9eccd7ffa8
1 tập tin đã thay đổi với 14 bổ sung2 xóa
  1. 14 2
      pom.xml

+ 14 - 2
pom.xml

@@ -37,6 +37,18 @@
             <releases><enabled>true</enabled></releases>
             <snapshots><enabled>false</enabled></snapshots>
         </repository>
+        <repository>
+            <id>releases</id>
+            <url>https://nexus.hrsk.com/repository/maven-releases/</url>
+            <releases><enabled>true</enabled></releases>
+            <snapshots><enabled>false</enabled></snapshots>
+        </repository>
+        <repository>
+            <id>snapshots</id>
+            <url>https://nexus.hrsk.com/repository/maven-snapshots/</url>
+            <releases><enabled>false</enabled></releases>
+            <snapshots><enabled>true</enabled></snapshots>
+        </repository>
     </repositories>
 
     <pluginRepositories>
@@ -374,11 +386,11 @@
     <distributionManagement>
         <repository>
             <id>releases</id>
-            <url>http://192.168.1.168:8081/repository/maven-releases/</url>
+            <url>https://nexus.hrsk.com:8081/repository/maven-releases/</url>
         </repository>
         <snapshotRepository>
             <id>snapshots</id>
-            <url>http://192.168.1.168:8081/repository/maven-snapshots/</url>
+            <url>https://nexus.hrsk.com:8081/repository/maven-snapshots/</url>
         </snapshotRepository>
     </distributionManagement>