From f4d9fe1838b5f5eac942c3d31d92e8304ecc36ee Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 31 Oct 2018 18:23:28 +0000 Subject: Set new master version for Dublin Issue-ID: POLICY-1232 Change-Id: Ib72ebd05fb88de05c356f05ee7ca2a4e4d00881c Signed-off-by: liamfallon --- 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 | 13 ++++++------- reception/pom.xml | 5 ++--- version.properties | 4 ++-- 10 files changed, 24 insertions(+), 33 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 63483b25..276cca82 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.1.0-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 3a77f992..34467aea 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.1.0-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 31a20240..7c0b7e7b 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.1.0-SNAPSHOT distribution-model diff --git a/packages/pom.xml b/packages/pom.xml index 2166b0e1..fec5a039 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.1.0-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index a6175942..50e50df3 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.1.0-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 5b6b2790..c2e2edc0 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.1.0-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index e83d48ca..5d2e615c 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.1.0-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 102a91b9..a57d9be7 100644 --- a/pom.xml +++ b/pom.xml @@ -18,20 +18,19 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent integration - 2.0.0 + 2.1.0-SNAPSHOT org.onap.policy.distribution policy-distribution - 2.0.1-SNAPSHOT + 2.1.0-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.4.0-SNAPSHOT + 1.4.0-SNAPSHOT + 2.1.0-SNAPSHOT diff --git a/reception/pom.xml b/reception/pom.xml index d2d9b253..56d880c2 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.1.0-SNAPSHOT reception diff --git a/version.properties b/version.properties index ae234638..614e56e9 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=0 -patch=1 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg