yaoyi 1 miesiąc temu
rodzic
commit
803920bc63
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 1 0
      hr-modules/hr-system/pom.xml
  2. 2 2
      pom.xml

+ 1 - 0
hr-modules/hr-system/pom.xml

@@ -80,6 +80,7 @@
 
     </dependencies>
 
+
     <build>
         <finalName>${project.artifactId}</finalName>
         <plugins>

+ 2 - 2
pom.xml

@@ -332,11 +332,11 @@
     <distributionManagement>
         <repository>
             <id>releases</id>
-            <url>http://192.168.0.243:8081/repository/maven-releases/</url>
+            <url>https://nexus.hrsk.com/repository/maven-releases/</url>
         </repository>
         <snapshotRepository>
             <id>snapshots</id>
-            <url>http://192.168.0.243:8081/repository/maven-snapshots/</url>
+            <url>https://nexus.hrsk.com/repository/maven-snapshots/</url>
         </snapshotRepository>
     </distributionManagement>