diff options
author | Lusheng Ji <lji@research.att.com> | 2017-03-30 19:21:55 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-03-30 19:21:55 -0400 |
commit | bbe75b26229398f56c17f5f08c62590d1576b091 (patch) | |
tree | c4d7e9fc126a1ae17e70b5cbf6b5c0e01297899e | |
parent | d33d9e2d56bfc4477fc9bd69f8323b6219c8fc12 (diff) |
nexusproxy onap.org
Change-Id: I3189d8a522a34209a64816295703aeaf75123708
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> <docker.registry>nexus3.openecomp.org:10003</docker.registry> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> <pluginRepositories> @@ -430,12 +430,12 @@ <repository> <id>ecomp-releases</id> <name>Open eCOMP Release Repository</name> - <url>https://nexus.openecomp.org/content/repositories/releases/</url> + <url>https://nexus.onap.org/content/repositories/releases/</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>Open eCOMP Snapshot Repository</name> - <url>https://nexus.openecomp.org/content/repositories/snapshots/</url> + <url>https://nexus.onap.org/content/repositories/snapshots/</url> </snapshotRepository> <site> <id>dcae-inventory-javadoc</id> |