From 5cd709b304e9062ee0a59f9267dbf6c7c5f73155 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Fri, 1 Sep 2017 14:42:36 -0700 Subject: 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 --- odlparent-boron-sr3/pom.xml | 2 +- odlparent-carbon-sr1/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/odlparent-boron-sr3/pom.xml b/odlparent-boron-sr3/pom.xml index e14d0605..1ff21a8a 100755 --- a/odlparent-boron-sr3/pom.xml +++ b/odlparent-boron-sr3/pom.xml @@ -25,7 +25,7 @@ ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots ecomp-releases - + 176c31dfe190a 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.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots ecomp-releases - + 176c31dfe190a diff --git a/pom.xml b/pom.xml index 47f6c186..d5a75c8c 100755 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases ${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots ecomp-releases - + 176c31dfe190a -- cgit 1.2.3-korg