From 54972395116317f3ab581785ea0d4a8291df8aaa Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Sat, 18 Nov 2017 17:26:16 -0800 Subject: [PATCH] Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: I42e3f747082344b141f772480e3cc41d455efdde Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- dmaap-dsa-standalone/pom.xml | 2 +- dmaap-dsa/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dmaap-dsa-standalone/pom.xml b/dmaap-dsa-standalone/pom.xml index e702dd9..41e8891 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.0.0-SNAPSHOT + 1.1.0-SNAPSHOT holmes-dmaap-dsa-standalone diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index 827bbf3..a999176 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -21,7 +21,7 @@ org.onap.holmes.dsa holmes-dsa-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT dmaap-dsa diff --git a/pom.xml b/pom.xml index f37dec6..8a037f5 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.holmes.dsa holmes-dsa-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom holmes-dsa diff --git a/version.properties b/version.properties index cdcd1e9..e2595ba 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6