diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-01 14:42:36 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-01 14:48:26 -0700 |
commit | 5cd709b304e9062ee0a59f9267dbf6c7c5f73155 (patch) | |
tree | 21b0cac2a691f104cbe899f5aa9aaf95dd036618 /odlparent-carbon-sr1/pom.xml | |
parent | 7e9a047df4f3fe816fd63b280daeba0c270dc563 (diff) |
Add nexus staging profile to POMs
Daily release jenkins jobs are failing
due to missing staging profile. This
patch adds needed profile. However,
since staging is disabled in this
POM, the only expected outcome is
to fix failing release jobs.
Issue-Id: CCSDK-67
Change-Id: I5085a04f22098ffd944f66acb23944666290cd6d
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'odlparent-carbon-sr1/pom.xml')
-rwxr-xr-x | odlparent-carbon-sr1/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml index d888b767..fbf59306 100755 --- a/odlparent-carbon-sr1/pom.xml +++ b/odlparent-carbon-sr1/pom.xml @@ -25,7 +25,7 @@ <onap.nexus.release-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases</onap.nexus.release-url> <onap.nexus.snapshot-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots</onap.nexus.snapshot-url> <onap.nexus.staging.server-id>ecomp-releases</onap.nexus.staging.server-id> - <onap.nexus.staging.profile-id></onap.nexus.staging.profile-id> + <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id> <!-- OpenDaylight repositories --> |