diff options
Diffstat (limited to 'spotbugs')
-rw-r--r-- | spotbugs/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index c05e946bf5..f2b4175f58 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -28,7 +28,7 @@ <version>3.5.5-SNAPSHOT</version> <properties> - <nexusproxy>https://nexus.onap.org</nexusproxy> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> </properties> @@ -49,12 +49,12 @@ <repository> <id>ecomp-releases</id> <name>ECOMP Release Repository</name> - <url>${nexusproxy}${releaseNexusPath}</url> + <url>${onap.nexus.url}${releaseNexusPath}</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>ECOMP Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> + <url>${onap.nexus.url}${snapshotNexusPath}</url> </snapshotRepository> </distributionManagement> </project>
\ No newline at end of file |