From 686dc4ecb6adddc9299c93f20c0081918c532ee0 Mon Sep 17 00:00:00 2001 From: rajendrajaiswal Date: Fri, 14 Jun 2019 14:35:34 +0100 Subject: JJB alignment across DCAE components - DCAE-CLI Change-Id: I2215a01b7050d151907f0a8c71cb1786fbabc191 Issue-ID: DCAEGEN2-1578 Signed-off-by: rajendrajaiswal --- blueprint-generator/pom.xml | 56 +++++++++++++++++----------------- blueprint-generator/version.properties | 2 +- component-json-schemas/pom.xml | 15 ++------- dcae-cli/pom.xml | 15 ++------- pom.xml | 18 +++-------- version.properties | 2 +- 6 files changed, 40 insertions(+), 68 deletions(-) diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml index 8009456..af67cbb 100644 --- a/blueprint-generator/pom.xml +++ b/blueprint-generator/pom.xml @@ -1,35 +1,35 @@ 4.0.0 - - org.onap.oparent - oparent - 1.2.3 + + org.onap.oparent + oparent + 2.0.0 org.onap.dcaegen2.platform.cli blueprint-generator - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 1.6 1.6 @@ -39,12 +39,12 @@ cobertura ${project.basedir}/target/surefire-reports ${project.basedir}/target/surefire-reports - ${project.basedir}/target/site/cobertura/coverage.xml + ${project.basedir}/target/site/cobertura/coverage.xml - + maven-assembly-plugin @@ -56,10 +56,10 @@ - + - make-assembly - package + make-assembly + package single @@ -67,7 +67,7 @@ - + org.codehaus.mojo diff --git a/blueprint-generator/version.properties b/blueprint-generator/version.properties index 2ddebb3..7b8b963 100644 --- a/blueprint-generator/version.properties +++ b/blueprint-generator/version.properties @@ -1,5 +1,5 @@ major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} diff --git a/component-json-schemas/pom.xml b/component-json-schemas/pom.xml index 0e53a11..9d22f01 100644 --- a/component-json-schemas/pom.xml +++ b/component-json-schemas/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform.cli cli - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.dcaegen2.platform.cli component-json-schemas @@ -52,15 +52,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - - true - - org.apache.maven.plugins maven-deploy-plugin @@ -71,7 +62,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - org.apache.maven.plugins @@ -102,7 +93,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - org.apache.maven.plugins diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml index b6db3e6..a45a3f3 100644 --- a/dcae-cli/pom.xml +++ b/dcae-cli/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform.cli cli - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.dcaegen2.platform.cli dcae-cli @@ -44,15 +44,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - - true - - org.apache.maven.plugins maven-deploy-plugin @@ -63,7 +54,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - org.apache.maven.plugins @@ -94,7 +85,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index aca06c2..533acae 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform.cli cli dcaegen2-platform-cli - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT http://maven.apache.org pom @@ -49,16 +49,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - - false - false - - org.apache.maven.plugins maven-deploy-plugin @@ -69,7 +59,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - org.apache.maven.plugins @@ -100,7 +90,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. --> - org.apache.maven.plugins @@ -144,7 +134,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${onap.nexus.pypiserver.serverid} - + diff --git a/version.properties b/version.properties index 73415a7..07578e5 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg