From b49d12732842e66157a37577619201e685d3574d Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 31 Oct 2018 14:38:22 +0000 Subject: Step version for Casablanca support Issue-ID: POLICY-1233 Change-Id: Icccb0d8f51e9ff7eae887e2a7a7afcea60fd52a7 Signed-off-by: liamfallon --- .gitreview | 1 + capabilities/pom.xml | 7 +++---- common-logging/pom.xml | 6 ++---- common-parameters/pom.xml | 5 ++--- integrity-audit/pom.xml | 8 +++----- integrity-monitor/pom.xml | 7 +++---- policy-endpoints/pom.xml | 5 ++--- pom.xml | 5 ++--- utils-test/pom.xml | 7 +++---- utils/pom.xml | 7 +++---- version.properties | 2 +- 11 files changed, 25 insertions(+), 35 deletions(-) diff --git a/.gitreview b/.gitreview index 4335fa40..94a24655 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/common.git +defaultbranch=casablanca diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 996956ce..81ec2d4f 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -18,14 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT capabilities @@ -58,7 +57,7 @@ - + diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 3d4fcd0d..e306346f 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -18,15 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT ONAP-Logging diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 40bbb195..94dfce98 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT common-parameters diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 8a76edc2..1e0ffc75 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -18,9 +18,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -31,7 +29,7 @@ org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT Integrity Audit @@ -145,7 +143,7 @@ - + diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 721b69a4..26b63f1e 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -18,8 +18,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -30,7 +29,7 @@ org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT Integrity Monitor @@ -112,7 +111,7 @@ - + diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 632cbfa4..31a5b106 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -19,15 +19,14 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index f5324ae1..4c2eff2f 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -31,7 +30,7 @@ org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT pom diff --git a/utils-test/pom.xml b/utils-test/pom.xml index a2490816..1bc1b2b8 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -18,14 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT utils-test @@ -84,7 +83,7 @@ - + diff --git a/utils/pom.xml b/utils/pom.xml index a2c9709b..88ee7554 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -18,14 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT utils @@ -100,7 +99,7 @@ - + diff --git a/version.properties b/version.properties index fb21064e..09699482 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg