aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-03-30 19:29:13 -0400
committerLusheng Ji <lji@research.att.com>2017-03-30 19:29:13 -0400
commit22c7f8b91e4fa2c937fb19eb649bf2a77f20d446 (patch)
tree74d29f62277cf20738bce072fc20eaa6aa51c700
parent92ce05e51b3ef0829bd36d8b102166edabd6b66f (diff)
nexusproxy onap.org
Change-Id: I291a66e959d5cb89567460b8f891d5a32340e4aa Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--ncomp-utils-java-extra/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncomp-utils-java-extra/pom.xml b/ncomp-utils-java-extra/pom.xml
index 821c7a3..cbf33b2 100644
--- a/ncomp-utils-java-extra/pom.xml
+++ b/ncomp-utils-java-extra/pom.xml
@@ -9,9 +9,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases>
- <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
- <openecomp.nexus.proxy>https://nexus.openecomp.org</openecomp.nexus.proxy>
+ <openecomp.nexus.releases>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
+ <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
</properties>