From ee41415476b6ea1775a2f689eecb8713abf81f0c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 17 Jul 2020 09:22:46 +0100 Subject: Bump version of policy-gui for GUILIN policy-gup goes to 2.1.0-SNAPSHOT Issue-ID: POLICY-2621 Change-Id: I660c7537a2e56ce2c6f8788cbc142c1680e53465 Signed-off-by: liamfallon --- gui-common/pom.xml | 4 ++-- gui-pdp-monitoring/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui-common/pom.xml b/gui-common/pom.xml index 7fb5901..011fbd3 100644 --- a/gui-common/pom.xml +++ b/gui-common/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.gui policy-gui - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT gui-common @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index f239ced..1686c8a 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.gui policy-gui - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT gui-pdp-monitoring @@ -236,4 +236,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 1719192..deae4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.gui policy-gui - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index a3ac0d9..614e56e 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg