From: Jimmy Forsyth Date: Tue, 9 Jul 2019 14:43:45 +0000 (-0400) Subject: Upversion to oparent 2 and remove staging plugin X-Git-Tag: 5.0.1-ONAP~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=commitdiff_plain;h=db14c699054e4f03d0a141c30809556403013ae0;hp=4e5e8eb11e629d4906a01cc4e433d40b286c542c Upversion to oparent 2 and remove staging plugin Issue-ID: AAI-2497 Change-Id: I97de01a7789a06de9685c2b38f49cba84e84f605 Signed-off-by: Jimmy Forsyth --- 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}