summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2022-09-22 00:35:22 +0800
committerdoufenghu <[email protected]>2022-09-22 00:35:22 +0800
commitd1377dce04fda95c6fba21fa312838dce2971da2 (patch)
tree5137aec2f69b343ffa099bc909b8251ae10ff7a6
parentc720aa2ad6d57cefbda4ed303cd6399242bfc571 (diff)
服务器搬迁,切换maven仓库,由40.125改为40.153
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f73e85c6..760d9cf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,14 +12,14 @@
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
- <url>http://192.168.40.125:8099/content/groups/public</url>
+ <url>http://192.168.40.153:8099/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Team Nexus Repository</name>
- <url>http://192.168.40.125:8099/content/groups/public</url>
+ <url>http://192.168.40.153:8099/content/groups/public</url>
</pluginRepository>
</pluginRepositories>