From 399f051c7937ee414014ee3b8bc346a0355d2aad Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 31 Oct 2018 18:13:09 +0000 Subject: Step version for Casablanca support Issue-ID: POLICY-1233 Change-Id: Iebf0b77a9b87543ebe99d6a6eab0939bd276931c Signed-off-by: liamfallon --- .gitreview | 1 + forwarding/pom.xml | 5 ++--- main/pom.xml | 5 ++--- model/pom.xml | 5 ++--- packages/pom.xml | 5 ++--- plugins/forwarding-plugins/pom.xml | 5 ++--- plugins/pom.xml | 5 ++--- plugins/reception-plugins/pom.xml | 5 ++--- pom.xml | 11 +++++------ reception/pom.xml | 5 ++--- version.properties | 2 +- 11 files changed, 23 insertions(+), 31 deletions(-) diff --git a/.gitreview b/.gitreview index 3e5be326..00f64b57 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/distribution.git +defaultbranch=casablanca diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 63483b25..8491aaa4 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 3a77f992..0a246e68 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 31a20240..4c776143 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT distribution-model diff --git a/packages/pom.xml b/packages/pom.xml index 2166b0e1..fb9657f6 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -18,13 +18,12 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index a6175942..d412fed2 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution plugins - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 5b6b2790..4b35d45a 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index e83d48ca..4272ef33 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution plugins - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 102a91b9..8bedacc6 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -31,7 +30,7 @@ org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT pom @@ -46,9 +45,9 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.3.1 - 1.3.1 - 2.0.1 + 1.3.2-SNAPSHOT + 1.3.2-SNAPSHOT + 2.0.2-SNAPSHOT diff --git a/reception/pom.xml b/reception/pom.xml index d2d9b253..7853eb0c 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT reception diff --git a/version.properties b/version.properties index ae234638..bb52871b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg