From c4fdede954fa72ba55b6afe8da86a8d55c73a216 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Mon, 15 Oct 2018 09:38:25 +0800 Subject: [PATCH] Updated the Version to 1.2.1 Change-Id: Ia89e3fe0274b248c69c0e9ec3192ab671a2211d6 Issue-ID: HOLMES-173 Signed-off-by: GuangrongFu --- dmaap-dsa-standalone/pom.xml | 2 +- dmaap-dsa/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dmaap-dsa-standalone/pom.xml b/dmaap-dsa-standalone/pom.xml index 1ef6745..b0493f0 100644 --- a/dmaap-dsa-standalone/pom.xml +++ b/dmaap-dsa-standalone/pom.xml @@ -22,7 +22,7 @@ org.onap.holmes.dsa holmes-dsa-parent - 1.2.0 + 1.2.1 holmes-dmaap-dsa-standalone diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index 9b0b179..84f72d1 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -20,7 +20,7 @@ org.onap.holmes.dsa holmes-dsa-parent - 1.2.0 + 1.2.1 dmaap-dsa diff --git a/pom.xml b/pom.xml index 9733560..4a3eea6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.holmes.dsa holmes-dsa-parent - 1.2.0 + 1.2.1 pom holmes-dsa @@ -79,7 +79,7 @@ org.onap.holmes.common holmes-actions - 1.2.0 + 1.2.1 io.dropwizard diff --git a/version.properties b/version.properties index 08f1f93..146a672 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6