From 7e716434fe021a559146b206cc8a3e4058e281df Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 28 May 2020 18:28:54 -0500 Subject: bump poms to 2.2.3-SNAPSHOT Issue-ID: POLICY-2475 Signed-off-by: jhh Change-Id: I8a4dbfaccc625eb32d53d070f2a1813550c31b3c --- 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 fc882735..fea05477 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 58dfabcd..5e0db3a9 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 8c780f27..3d0f25e2 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index b94da046..ebca183a 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.2-SNAPSHOT + 2.2.3-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index 93d28163..8c846223 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.2-SNAPSHOT + 2.2.3-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 4e27d256..3017ac3a 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 3999fade..9c6d2efb 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index bebf794c..3b6e4819 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 1f26f249..d525745d 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 3d35e60e..3ddab71f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT pom diff --git a/reception/pom.xml b/reception/pom.xml index 6b972a1f..1580aed4 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 1db1aa61..503747f2 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 5eb9d468..8569ff8e 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index e6ac4ab5..adef053d 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT stability diff --git a/version.properties b/version.properties index 76584abc..a7658aec 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg