From b2e3674109cc348a7b8e15e8953605b96bdba21a Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Thu, 18 Aug 2022 15:49:36 -0400 Subject: Bump parent to 3.3.4-SNAPSHOT Issue-ID: POLICY-4295 Change-Id: I9f615bed27a0bb43eecba2e9c27cd2e14e5e5e08 Signed-off-by: Ram Krishna Verma --- integration/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 0bb81d17..14a12449 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.3.3-SNAPSHOT + 3.3.4-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index e4d6a93b..055d60d1 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.3.3-SNAPSHOT + 3.3.4-SNAPSHOT pom diff --git a/version.properties b/version.properties index cbe94175..dd913e57 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=3 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit