From ffb74ac019aae806a4465bc0ddf9925b67fea905 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 10 Mar 2021 14:03:29 -0500 Subject: [PATCH] Bump version to 3.4.0 in parent Issue-ID: POLICY-3105 Change-Id: Idae28ee3bf7caa53d288410d9bec3f22658663c3 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 caf99c4e..8c728089 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 66b6f3ac..7a62a3ba 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index 2df87163..75658f78 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=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6