From 0278ad6b5bd93531493596d6d671293a5112bf3c Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Wed, 4 Dec 2019 11:38:24 -0600 Subject: Changed project version to 3.1.1-SNAPSHOT in order to isolate java 11 upgrades Issue-ID: POLICY-1594 Change-Id: I64e9f486353a4b2ac2ac706512c426932c1aff3a Signed-off-by: HOCKLA --- integration/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index a5cefedc..eeccf181 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent policy-parent - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 8f3e4f0d..42eb180b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,11 +23,11 @@ org.onap.oparent oparent 2.1.0 - + org.onap.policy.parent policy-parent - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT pom diff --git a/version.properties b/version.properties index bc48f0ac..5142fa8a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg