diff options
| author | doufenghu <[email protected]> | 2024-07-06 19:00:19 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-07-06 19:00:19 +0800 |
| commit | 18cbea7bfb0ffdd4615389758cd1e94765919923 (patch) | |
| tree | e668b8ad0becfef676f2509cfcc22f41fe34f566 /pom.xml | |
| parent | bd2dd59a99e0899fd9f310223e227ea59ef9c1a6 (diff) | |
Nexus support 3.0+ test
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -25,7 +25,7 @@ <repository> <id>nexus</id> <name>Team Nexus Repository</name> - <url>http://192.168.40.153:8099/content/repositories/releases</url> + <url>http://192.168.40.153:8081/repository/public</url> </repository> </repositories> @@ -33,7 +33,7 @@ <repository> <id>nexus</id> <name>releases</name> - <url>http://192.168.40.153:8099/content/repositories/releases</url> + <url>http://192.168.40.153:8081/repository/releases</url> <uniqueVersion>true</uniqueVersion> </repository> </distributionManagement> @@ -113,8 +113,6 @@ </configuration> </plugin> - - </plugins> |
