From fc7bb1865dad8435eba86ba477a184a20fe6daf3 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 30 Jan 2023 08:47:37 +0100 Subject: [DMAAP-BC] Update version to 2.0.12 Issue-ID: DMAAP-1643 Signed-off-by: Andreas Geissler Change-Id: I295882a95a02b94e27e500d891abec891e8494e5 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dad5701..2af3ed8 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.11-SNAPSHOT + 2.0.12-SNAPSHOT ${basedir} 1.0.0 UTF-8 diff --git a/version.properties b/version.properties index f98fdd4..6e2c23a 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=11 +patch=12 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg