From 0956203642251d2d596e892c0a7b8b62627e6e30 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Oct 2021 16:50:19 +0100 Subject: [PATCH] Bump policy/parent to 3.4.4-SNAPSHOT Issue-ID: POLICY-3696 Change-Id: Icd4f8eca9cacc2f0a9f70272c0ed1c29b30097dd 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 3953be0f..3111d2bc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.4.3-SNAPSHOT + 3.4.4-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 4a9ee36d..cbcd251a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 3.4.3-SNAPSHOT + 3.4.4-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 1f656d0f..d337f85c 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 3.4.3-SNAPSHOT + 3.4.4-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 74d73ad4..a78d43d4 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=4 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6