summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-09-01 14:42:36 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2017-09-01 14:48:26 -0700
commit5cd709b304e9062ee0a59f9267dbf6c7c5f73155 (patch)
tree21b0cac2a691f104cbe899f5aa9aaf95dd036618 /pom.xml
parent7e9a047df4f3fe816fd63b280daeba0c270dc563 (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 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 47f6c186..d5a75c8c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,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>
</properties>