From cfb4963e45e28dfa819dacbfa54534a90a0fa647 Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Thu, 27 Jun 2019 08:04:57 +0100 Subject: JJB alignment across DCAE components - DCAE inventory-api Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey Change-Id: Ie1a222c22c1ec600ca311d7f4e6b71763604cbd2 --- pom.xml | 17 +++-------------- version.properties | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index f416b91..08bb09f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,12 +24,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.dcaegen2.platform inventory-api - 3.2.0 + 3.3.0-SNAPSHOT dcaegen2-platform-inventory-api @@ -355,7 +355,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 8080 - ${project.version}-SNAPSHOT-${maven.build.timestamp}Z + ${project.version}-${maven.build.timestamp}Z ${project.version} latest @@ -381,17 +381,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. sonar-maven-plugin 3.2 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ecomp-staging - ${nexusproxy} - 176c31dfe190a - - org.apache.maven.plugins diff --git a/version.properties b/version.properties index 8eed1b7..92866fb 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg