Browse Source

修改nexus私服地址

周浩 9 years ago
parent
commit
ea27601d07
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -291,7 +291,7 @@
         <repository>
             <id>hsweb-nexus</id>
             <name>Nexus Release Repository</name>
-            <url>http://121.199.3.43/content/groups/public/</url>
+            <url>http://nexus.hsweb.me/content/groups/public/</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -302,12 +302,12 @@
         <repository>
             <id>releases</id>
             <name>Nexus Release Repository</name>
-            <url>http://121.199.3.43/content/repositories/releases/</url>
+            <url>http://nexus.hsweb.me/content/repositories/releases/</url>
         </repository>
         <snapshotRepository>
             <id>snapshots</id>
             <name>Nexus Snapshot Repository</name>
-            <url>http://121.199.3.43/content/repositories/snapshots/</url>
+            <url>http://nexus.hsweb.me/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
 </project>