From 6fdc58affe2c441744c9ceb0c2d3b159a60e2753 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Thu, 9 Jul 2020 11:40:18 -0400 Subject: [PATCH] Bump policy/parent to 3.2.1-SNAPSHOT Issue-ID: POLICY-2695 Change-Id: Ieff53fa51f83d5c32094ac427544beb87cdf9dab 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 a1932d0c..42909692 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index fde39591..3b91e98f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT pom diff --git a/version.properties b/version.properties index f34034bc..962a34da 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6