From db14c699054e4f03d0a141c30809556403013ae0 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 9 Jul 2019 10:43:45 -0400 Subject: [PATCH 1/1] Upversion to oparent 2 and remove staging plugin Issue-ID: AAI-2497 Change-Id: I97de01a7789a06de9685c2b38f49cba84e84f605 Signed-off-by: Jimmy Forsyth --- pom.xml | 18 ++++++++---------- version.properties | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 720f428..c86ce5d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,10 +23,15 @@ 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + org.onap.aai sparky-fe war - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-sparky-fe http://maven.apache.org @@ -104,15 +109,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - + org.apache.maven.plugins + maven-deploy-plugin diff --git a/version.properties b/version.properties index b11eaff..4814eb2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=5 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6