From 555a3d9b10af05f2dc64b2a230f80fc436432a7a Mon Sep 17 00:00:00 2001 From: tangpeng Date: Thu, 14 Mar 2019 01:26:08 +0000 Subject: [PATCH] Bumped the version Change-Id: I4e9f3334ea80b8c34062613b0a7e6ec5fdbc5cc3 Issue-ID: HOLMES-210 Signed-off-by: tangpeng --- holmes-actions/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index e813b78..3e0e7a6 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -12,7 +12,7 @@ org.onap.holmes.common holmes-common-parent - 1.2.6 + 1.2.7 holmes-common-service diff --git a/pom.xml b/pom.xml index e487356..8dc1298 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ holmes-common-parent pom - 1.2.6 + 1.2.7 holmes-common holmes-actions diff --git a/version.properties b/version.properties index d78165d..ea29878 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} -- 2.16.6