From 31b1a1e1af3dc575bee655fede363125ed8107a1 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Thu, 9 Jan 2020 12:07:29 -0500 Subject: [PATCH] Bump version Issue-ID: DMAAP-1363 Signed-off-by: dglFromAtt Change-Id: I6be4de88fa4dcc39e4d17d635d43d2fbc076a90f Signed-off-by: dglFromAtt --- dmaap-bc/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index 1c14b5b..cebe0fb 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -459,7 +459,7 @@ 9.4.12.RC2 1.0.0 1.5.19 - 2.0.1 + 2.0.2 ${maven.build.timestamp} yyyy-MM-dd HH:mm diff --git a/pom.xml b/pom.xml index 810e78a..562a3c5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.1 + 2.0.2 ${basedir} 1.0.0 true diff --git a/version.properties b/version.properties index 49a923f..a922965 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6