From b45b74ea7832cc7f3b83072696f91ea41b470560 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 26 Oct 2020 11:09:20 -0400 Subject: [PATCH] Bump parent master to 3.3.0 SNAPSHOT Bumping minor version now that guilin branch has been created. Issue-ID: POLICY-2875 Change-Id: Ia0f4cad92dc81c9cbdc98bc40af68480bf2afa08 Signed-off-by: Jim Hahn --- integration/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 42909692..64012b58 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 3b91e98f..534dbe99 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index 962a34da..2640898e 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=2 -patch=1 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6