diff options
| author | tanghao <[email protected]> | 2024-08-20 14:27:31 +0800 |
|---|---|---|
| committer | tanghao <[email protected]> | 2024-08-20 14:27:31 +0800 |
| commit | 5e81c0d8ba37461748a52fb068df4b3ef1ea8ce9 (patch) | |
| tree | 2282e317c233770f5bf6ec40c2094e17b321053a | |
| parent | a7cc139afc07fc3eb192703e5c4c1403e5f6a0ef (diff) | |
fix: 修改本地私有仓库地址
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
