From cb261a93c03a09b9b1f28de9bb72a98b7cacf152 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 21 Oct 2022 16:32:32 +0100 Subject: [PATCH] Set snapshot and/or references of policy/parent for new release policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon Change-Id: I1f6e293dbf65357859ec4d1f1518030d5f5aa9ab --- 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 34301b7b..c56b9a02 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.6.2-SNAPSHOT + 3.7.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index ef5abe3a..71563264 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.parent policy-parent - 3.6.2-SNAPSHOT + 3.7.0-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 5385cbc0..8a76115c 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 3.6.2-SNAPSHOT + 3.7.0-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index ca280bd8..d0d95672 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=6 -patch=2 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6