From f506edc01f5e3b27c53cb9580e691865f39226c2 Mon Sep 17 00:00:00 2001 From: efiacor Date: Fri, 5 Mar 2021 14:18:39 +0000 Subject: [DMAAP-BC] Bump version to 2.0.5 Signed-off-by: efiacor Change-Id: I50f394594bf51540cf840a3e122565a8245762bc Issue-ID: DMAAP-1565 --- dbc-client/pom.xml | 17 +++++------------ dmaap-bc/pom.xml | 16 +++++++--------- pom.xml | 19 +++++++++++-------- version.properties | 2 +- 4 files changed, 24 insertions(+), 30 deletions(-) diff --git a/dbc-client/pom.xml b/dbc-client/pom.xml index 763f043..6fad50e 100644 --- a/dbc-client/pom.xml +++ b/dbc-client/pom.xml @@ -22,23 +22,17 @@ 4.0.0 - org.onap.dmaap.buscontroller dbc-client - ${artifact.version} dbc-client - org.onap.oparent - oparent - 3.2.0 - + org.onap.dmaap.buscontroller + parent + ${revision} + ../pom.xml dbc-client - - - - org.apache.maven.plugins @@ -260,7 +254,6 @@ 9.4.12.RC2 1.0.0 1.5.19 - 2.0.2-SNAPSHOT 0.7.7.201606060606 3.2 @@ -278,7 +271,7 @@ nexus3.onap.org:10003 - /content/sites/site/org/onap/dmaap/dbc-client/${artifact.version} + /content/sites/site/org/onap/dmaap/dbc-client/${revision} ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index 48cc024..b191825 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -22,15 +22,14 @@ 4.0.0 - org.onap.dmaap.buscontroller dmaap-bc - ${artifact.version} + ${revision} dmaap-bc - org.onap.oparent - oparent - 3.2.0 - + org.onap.dmaap.buscontroller + parent + ${revision} + ../pom.xml dmaap-bc @@ -415,7 +414,7 @@ org.onap.dmaap.dbcapi dbcapi - 2.0.2 + 2.0.3 @@ -454,7 +453,6 @@ 9.4.36.v20210114 1.0.0 1.5.19 - 2.0.4-SNAPSHOT ${maven.build.timestamp} yyyy-MM-dd HH:mm @@ -477,7 +475,7 @@ yyyyMMdd'T'HHmmss'Z' - /content/sites/site/org/onap/dmaap/dmaap-bc/${artifact.version} + /content/sites/site/org/onap/dmaap/dmaap-bc/${revision} Packaging Platform (DMaaP) Bus Controller API as a Docker container. diff --git a/pom.xml b/pom.xml index 101d5c4..4f6f754 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.dmaap.buscontroller parent - ${artifactVersion}-SNAPSHOT + ${revision} dmaap-buscontroller pom @@ -33,12 +33,15 @@ - 2.0.3 + 2.0.5-SNAPSHOT ${basedir} - 1.0.0 - true - true - true + 1.0.0 + false + false + false + false + true + 2.2.54 @@ -46,9 +49,9 @@ io.fabric8 docker-maven-plugin - 0.28.0 + 0.28.0 - ${skip.docker.build} + ${skip.docker.build} diff --git a/version.properties b/version.properties index 0a7d7d9..14d3d8f 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg