From b5129b817c2bb795cfaf80c7b6da8ba1f1529a64 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Fri, 17 May 2019 15:42:25 +0800 Subject: [PATCH] Bumped the version of the module Change-Id: I797373b69f53132529b73ea6fc34f75cab591744 Issue-ID: HOLMES-227 Signed-off-by: GuangrongFu --- 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 607c8bd..e5b367b 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -12,7 +12,7 @@ org.onap.holmes.common holmes-common-parent - 1.2.10-SNAPSHOT + 1.2.11-SNAPSHOT holmes-common-service diff --git a/pom.xml b/pom.xml index c833036..3a74bfc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ holmes-common-parent pom - 1.2.10-SNAPSHOT + 1.2.11-SNAPSHOT holmes-common holmes-actions diff --git a/version.properties b/version.properties index 78aa626..db7829a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=10 +patch=11 base_version=${major}.${minor}.${patch} -- 2.16.6