From b83baa956dbe31cedd9af8ac1ebafba675a5226e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 23 Nov 2021 16:43:08 +0000 Subject: Update snapshot of policy/parent to 3.5.1-SNAPSHOT *** This commit is generated by a PF release script *** This commit updates the snapshot of the repo to the next patch version. Issue-ID: POLICY-3827 Signed-off-by: liamfallon Change-Id: I02cac4f46aa69771b26de4f944d931c37e6a586a --- integration/pom.xml | 2 +- pom.xml | 2 +- resources/pom.xml | 2 +- version.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 5d0030e0..37053e8d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.5.0-SNAPSHOT + 3.5.1-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 950efbb4..8239d8ba 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 3.5.0-SNAPSHOT + 3.5.1-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index e3171097..3774a7e7 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 3.5.0-SNAPSHOT + 3.5.1-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 3670162a..8c5e39ab 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg