From dc63c6821144ac87c94d2e2a63863537f460924f Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 17 Apr 2019 15:26:38 -0400 Subject: Fix staging build Fix staging build for casablanca. This needs to be done to create release version for 3.0.2 mtce release. Change-Id: I81647c621e9c934d9672396aed75e9d541ba2a95 Issue-ID: CCSDK-1166 Signed-off-by: Timoney, Dan (dt5972) --- odlparent/client-parent/pom.xml | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'odlparent/client-parent') diff --git a/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml index ce260bb0..3943be2e 100644 --- a/odlparent/client-parent/pom.xml +++ b/odlparent/client-parent/pom.xml @@ -6,7 +6,7 @@ pom org.onap.ccsdk.parent client-parent - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT ONAP :: ${project.groupId} :: ${project.artifactId} http://wiki.onap.org @@ -341,6 +341,32 @@ https://nexus.onap.org/content/repositories/snapshots + + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + + + + + @@ -517,17 +543,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - - org.codehaus.mojo versions-maven-plugin -- cgit 1.2.3-korg