From d784d71afce52687442c4753643280eae7cfe2ac Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 31 May 2019 11:48:36 -0400 Subject: Bump distribution to 2.2.0 Due to dublin branch. Issue-ID: POLICY-1747 Change-Id: I889d3c5276a070404eeba86d99ca82852d2645e5 Signed-off-by: Pamela Dragosh --- forwarding/pom.xml | 2 +- main/pom.xml | 2 +- model/pom.xml | 2 +- packages/policy-distribution-docker/pom.xml | 2 +- packages/policy-distribution-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- plugins/forwarding-plugins/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/reception-plugins/pom.xml | 2 +- pom.xml | 10 +++++----- reception/pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 4 ++-- 15 files changed, 20 insertions(+), 20 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 25cc0823..93cedccb 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 84e91944..b0c57cf2 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 09603475..a0318497 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 5bad8852..1e6a606c 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.distribution packages - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index e5e30116..8e82d126 100644 --- a/packages/policy-distribution-tarball/pom.xml +++ b/packages/policy-distribution-tarball/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution packages - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index af5b0189..875b6fa7 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index f6fe858a..a66ec25e 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 5262b002..222ab912 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 5bf339e8..5542894e 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index ef9f6580..65bb34d0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,13 +26,13 @@ org.onap.policy.parent integration - 2.1.0 + 3.0.0-SNAPSHOT org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT pom @@ -47,9 +47,9 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.4.0 - 1.4.0 - 2.1.0 + 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/reception/pom.xml b/reception/pom.xml index 2b0b30d4..e57b8db1 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 8f499cd9..15d563c9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 2a9a7973..63d16150 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 2cfc7b04..a8640b92 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT stability diff --git a/version.properties b/version.properties index b4f56188..c45e6580 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=1 -patch=1 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg