wangwei 7 år sedan
förälder
incheckning
c7d3cf33f1
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      pom.xml

+ 4 - 4
pom.xml

@@ -80,7 +80,7 @@
 		<repository>
 			<id>nexus</id>
 			<name>Nexus</name>
-			<url>http://wang:8081/repository/maven-public/</url>
+			<url>http://nexus-host:8081/repository/maven-public/</url>
 		</repository>
 	</repositories>
 
@@ -88,18 +88,18 @@
 		<pluginRepository>
 			<id>nexus</id>
 			<name>Nexus</name>
-			<url>http://wang:8081/repository/maven-public/</url>
+			<url>http://nexus-host:8081/repository/maven-public/</url>
 		</pluginRepository>
 	</pluginRepositories>
 
 	<distributionManagement>
 		<repository>
 			<id>releases</id>
-			<url>http://wang:8081/repository/maven-releases/</url>
+			<url>http://nexus-host:8081/repository/maven-releases/</url>
 		</repository>
 		<snapshotRepository>
 			<id>snapshots</id>
-			<url>http://wang:8081/repository/maven-snapshots/</url>
+			<url>http://nexus-host:8081/repository/maven-snapshots/</url>
 		</snapshotRepository>
 	</distributionManagement>