From 0cd12ec2cafbd488190df2a0a55ae3dca172731b Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 29 Apr 2019 12:56:30 -0400 Subject: Upgrade policy/parent SNAPSHOT 2.1.1 Bump the SNAPSHOT versions Issue-ID: POLICY-1700 Change-Id: I2e6f3f30c9362ba32a6d116904443eadff7299ef Signed-off-by: Pamela Dragosh --- 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 68f85320..8fab6f41 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.parent policy-parent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 0bebae89..dfc003b5 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom diff --git a/version.properties b/version.properties index 614e56e9..b4f56188 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg