From 2f20721bc5d4b03fb528ca47944c4a3d38849ec2 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Oct 2021 17:37:03 +0100 Subject: [PATCH] Bump master to 3.5.0-SNAPSHOT (Jakarta) Issue-ID: POLICY-3696 Change-Id: I7b839d4678e61a78a924c88bb523063ee27d46ae Signed-off-by: liamfallon --- integration/pom.xml | 2 +- pom.xml | 2 +- resources/pom.xml | 2 +- version.properties | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 3111d2bc..1b0d4f44 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.4.4-SNAPSHOT + 3.5.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index cbcd251a..950efbb4 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 3.4.4-SNAPSHOT + 3.5.0-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index d337f85c..e3171097 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 3.4.4-SNAPSHOT + 3.5.0-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index a78d43d4..3670162a 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=4 -patch=4 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6