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 /odlparent-boron-sr3 | |
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>
Diffstat (limited to 'odlparent-boron-sr3')
-rwxr-xr-x | odlparent-boron-sr3/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |