From da5b8f4c57d554d1356b96fefc43f0f8c00edf64 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 31 Oct 2018 10:44:16 +0000 Subject: [PATCH] Step Casablanca version Stepping the version of Policy Parent for Casablanca release. Issue-ID: POLICY-1233 Change-Id: Ib657c5d5632f997fd54042a9adb72cbcffcc2ee2 Signed-off-by: liamfallon --- .gitreview | 1 + integration/pom.xml | 5 ++--- pom.xml | 7 +++---- version.properties | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitreview b/.gitreview index 2a806a70..73d84adb 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/parent.git +defaultbranch=casablanca diff --git a/integration/pom.xml b/integration/pom.xml index 330816ea..b4aeb438 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -19,13 +19,12 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent policy-parent - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index e1a63e9f..8dcf0df8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,18 +17,17 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.oparent oparent 1.2.1 - + org.onap.policy.parent policy-parent - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom diff --git a/version.properties b/version.properties index a3ac0d9c..ae234638 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6