From 47d1b2c1064da356d7a9726f1c8d35cb68e9a4a1 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 19 May 2020 19:28:19 -0400 Subject: [PATCH] Bump parent 3.2.0 on master Issue-ID: POLICY-2514 Change-Id: I22902bd8b7a0c1e021870b441259950f9ac96970 Signed-off-by: Pamela Dragosh --- integration/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index d7496b03..352f8103 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.1.4-SNAPSHOT + 3.2.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index ce20c9fd..505c0ccf 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.1.4-SNAPSHOT + 3.2.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index 7f9c4908..f34034bc 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=1 -patch=4 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6