diff options
author | Dan Timoney <dtimoney@att.com> | 2017-07-20 15:42:01 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-07-20 15:42:01 -0400 |
commit | f9f14c6ad21aa33d172eea0e4e479dcb902769d9 (patch) | |
tree | 24ec257206ea4092c30f5ec554fd0ff03429564e | |
parent | 30812aeb295b204f4d43141ba086bd2879f58df4 (diff) |
Fix server ids
Server ids are ecomp-*, not onap-* in the Jenkins settings
Issue: CCSDK-6
Change-Id: I60f510f3c8eae10e7e63dda7ab83f2bdab8a08bb
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | odlparent-boron-sr3/pom.xml | 4 | ||||
-rwxr-xr-x | pom.xml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/odlparent-boron-sr3/pom.xml b/odlparent-boron-sr3/pom.xml index 1602cbca..523100a0 100755 --- a/odlparent-boron-sr3/pom.xml +++ b/odlparent-boron-sr3/pom.xml @@ -430,7 +430,7 @@ </snapshots> </repository> <repository> - <id>onap-release</id> + <id>ecomp-release</id> <name>onap-repository-releases</name> <url>${onap.nexus.release-url}</url> <releases> @@ -442,7 +442,7 @@ </snapshots> </repository> <repository> - <id>onap-snapshot</id> + <id>ecomp-snapshot</id> <name>onap-repository-snapshots</name> <url>${onap.nexus.snapshot-url}</url> <releases> @@ -44,7 +44,7 @@ </snapshots> </repository> <repository> - <id>onap-release</id> + <id>ecomp-release</id> <name>onap-repository-releases</name> <url>${onap.nexus.release-url}</url> <releases> @@ -56,7 +56,7 @@ </snapshots> </repository> <repository> - <id>onap-snapshot</id> + <id>ecomp-snapshot</id> <name>onap-repository-snapshots</name> <url>${onap.nexus.snapshot-url}</url> <releases> @@ -94,12 +94,12 @@ <distributionManagement> <repository> - <id>onap-releases</id> + <id>ecomp-releases</id> <name>onap-repository-releases</name> <url>${onap.nexus.release-url}</url> </repository> <snapshotRepository> - <id>onap-snapshots</id> + <id>ecomp-snapshots</id> <name>onap-repository-snapshots</name> <url>${onap.nexus.snapshot-url}</url> </snapshotRepository> |