diff options
author | Daniel Rose <DR695H@list.att.com> | 2017-04-06 18:19:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-06 18:19:30 +0000 |
commit | b768c1b22ef672dc25cdd0a08f8ad4b11259c828 (patch) | |
tree | 591bd15b16d9b6fc99e0963b332869cb9981f179 | |
parent | b351e79a24ee97f8b2b59dcb819e74d9dfdf1b7a (diff) | |
parent | 15a056d723a750a3d078d6e6bc6a58356f252211 (diff) |
Merge "[VID-3] Updating to onap.org" into release-1.0.0
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | vid/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <build.version>1.0.0-SNAPSHOT</build.version> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> diff --git a/vid/pom.xml b/vid/pom.xml index 8f5b78989..715ccd5a9 100644 --- a/vid/pom.xml +++ b/vid/pom.xml @@ -25,7 +25,7 @@ <skiptests>true</skiptests> <!-- this should be commented for local debugging --> <!-- <deployenv>local</deployenv> --> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |