From: GuangrongFu Date: Tue, 7 May 2019 09:05:33 +0000 (+0800) Subject: Bumped the version of the component to 1.2.10 X-Git-Tag: 1.2.10~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fcommon.git;a=commitdiff_plain;h=bfc6b1e5797792bb84d6fb4436e38f6f3d5dc97b Bumped the version of the component to 1.2.10 Change-Id: Iae92609b64d597ce025ca309e4b3b21be6bc692f Issue-ID: HOLMES-222 Signed-off-by: GuangrongFu --- diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index dbe4789..607c8bd 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -12,7 +12,7 @@ org.onap.holmes.common holmes-common-parent - 1.2.9 + 1.2.10-SNAPSHOT holmes-common-service diff --git a/pom.xml b/pom.xml index e44ffe9..13195fd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ holmes-common-parent pom - 1.2.9 + 1.2.10-SNAPSHOT holmes-common holmes-actions diff --git a/version.properties b/version.properties index e4b2e4a..78aa626 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=9 +patch=10 base_version=${major}.${minor}.${patch}