From 3e808e54db8dd62f300450989f9dcf086a62c781 Mon Sep 17 00:00:00 2001 From: Peyton Puckett Date: Thu, 19 Mar 2020 17:05:26 -0500 Subject: [PATCH] Update patch for policy parent Issue-ID: POLICY-2378 Change-Id: Ibfeceeef97cc938b39c0ff50883ee6d4d42edaa9 Signed-off-by: Peyton Puckett --- 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 2cf71855..d00a0d4e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent policy-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 69cd81db..c9c48e97 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent policy-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT pom diff --git a/version.properties b/version.properties index 5142fa8a..d3faa021 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6