From fa14b1297b8fb67c33a09f69fc6532b47285c90c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 9 Sep 2021 15:10:12 +0100 Subject: [PATCH] Bunp policy-parent snapshot version Issue-ID: POLICY-3587 Change-Id: I831785eafe0f31cc551449fdaed0be2983000098 Signed-off-by: liamfallon --- 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 e1a1dc5b..39f31122 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.4.2-SNAPSHOT + 3.4.3-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index f013f68b..4a9ee36d 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 3.4.2-SNAPSHOT + 3.4.3-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index f60e293c..1f656d0f 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 3.4.2-SNAPSHOT + 3.4.3-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 06613695..74d73ad4 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=4 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6