From 8fcb2f68bb4fbd1728d6273555ea186309c14f20 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 22 Feb 2021 15:50:46 -0500 Subject: [PATCH] Bump version to 3.3.1-SNAPSHOT in parent Issue-ID: POLICY-3088 Change-Id: Ia1cdeed8cd822122287dd47ae19947a3ec397a46 Signed-off-by: Jim Hahn --- integration/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index a19058bc..caf99c4e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 2384938e..66b6f3ac 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT pom diff --git a/version.properties b/version.properties index 2640898e..2df87163 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6