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) --- springboot/springboot1/pom.xml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'springboot/springboot1/pom.xml') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 62d28169..61b81e4b 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -6,7 +6,7 @@ pom org.onap.ccsdk.parent spring-boot-1-starter-parent - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT org.springframework.boot @@ -327,7 +327,29 @@ - + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + + + + @@ -946,17 +968,7 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - - + org.codehaus.mojo versions-maven-plugin -- cgit