From 82eb6e6fe10e77d7974f821146b7ca17c1d9778a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 2 Jul 2019 09:46:58 -0400 Subject: [PATCH] Bump distribution to 2.2.1-SNAPSHOT Released 2.2.1 Issue-ID: POLICY-1737 Change-Id: I41bf18cc17f3e287d59da86ed3cc21dc8dcafd9a 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 | 2 +- reception/pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 93cedccb..5a2e0cbd 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index b0c57cf2..274ec72e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index a0318497..9cd53650 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 02d9658e..6d5b4a02 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.2.0-SNAPSHOT + 2.2.1-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index 8e82d126..1d1b7fbc 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.2.0-SNAPSHOT + 2.2.1-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 875b6fa7..4cd36bf6 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index a66ec25e..2f508efc 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 222ab912..e296f49b 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 5542894e..636c4d32 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 34c7a510..3d69ee9e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT pom diff --git a/reception/pom.xml b/reception/pom.xml index e57b8db1..ee8a1ef5 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 15d563c9..0b0cc05f 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 63d16150..1417a99f 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index a8640b92..28a7ba6d 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT stability diff --git a/version.properties b/version.properties index c45e6580..71e8e440 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6