diff options
author | Carsten Lund <lund@research.att.com> | 2017-03-29 19:22:35 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-03-29 19:24:27 +0000 |
commit | cf420e574cfc39a8ba79a377eaf9784df440371f (patch) | |
tree | a6bdd82b926b919ea47b381d383fe292dd825236 | |
parent | 250e701dcfe71a6baad599a792af7b7fbaecad96 (diff) |
[DCAE-1] Changing maven setting to use onap.org
Change-Id: Ifdb8cdde1d73c2e85e2c1e2caf5fc1d18c387ac6
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | OPENECOMP-DEMO-RACKSPACE/maven.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OPENECOMP-DEMO-RACKSPACE/maven.yaml b/OPENECOMP-DEMO-RACKSPACE/maven.yaml index c78bf62..0bb3647 100644 --- a/OPENECOMP-DEMO-RACKSPACE/maven.yaml +++ b/OPENECOMP-DEMO-RACKSPACE/maven.yaml @@ -22,19 +22,19 @@ settings: <repository> <id>snapshots</id> <name>snapshots</name> - <url>https://nexus.openecomp.org/content/repositories/snapshots/</url> + <url>https://nexus.onap.org/content/repositories/snapshots/</url> </repository> <repository> <id>releases</id> <name>releases</name> - <url>https://nexus.openecomp.org/content/repositories/releases/</url> + <url>https://nexus.onap.org/content/repositories/releases/</url> </repository> <repository> <id>staging</id> <name>staging</name> - <url>https://nexus.openecomp.org/content/groups/staging/</url> + <url>https://nexus.onap.org/content/groups/staging/</url> </repository> </repositories> @@ -61,4 +61,4 @@ settings: </servers> </settings>' -
\ No newline at end of file + |