aboutsummaryrefslogtreecommitdiffstats
path: root/spotbugs/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spotbugs/pom.xml')
-rw-r--r--spotbugs/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml
index 293612e46b..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>
@@ -39,7 +39,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.8.2</version>
+ <version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>
@@ -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