summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortanghao <[email protected]>2024-08-20 14:27:31 +0800
committertanghao <[email protected]>2024-08-20 14:27:31 +0800
commit5e81c0d8ba37461748a52fb068df4b3ef1ea8ce9 (patch)
tree2282e317c233770f5bf6ec40c2094e17b321053a
parenta7cc139afc07fc3eb192703e5c4c1403e5f6a0ef (diff)
fix: 修改本地私有仓库地址
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fce528f..8b8e4d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
<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:8081/repository/public/</url>
</repository>
<repository>
<id>public</id>
@@ -263,7 +263,7 @@
<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:8081/repository/public/</url>
</pluginRepository>
<pluginRepository>
<id>public</id>