From 632fee43d49b8320ee3a2950b688d258ff447deb Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 20 Oct 2020 10:51:53 -0400 Subject: Bump distribution to 2.4.4 SNAPSHOT Issue-ID: POLICY-2869 Change-Id: Iccbc23191763dcb9a2781973e29a85e0e34386cf Signed-off-by: Jim Hahn --- 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 2bde32dd..e458675e 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index b46aa8e9..a313122f 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-main diff --git a/model/pom.xml b/model/pom.xml index 22028037..5872d04b 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index a3bfb863..21b30db0 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.distribution distribution-packages - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index ff6b9247..d10e5192 100644 --- a/packages/policy-distribution-tarball/pom.xml +++ b/packages/policy-distribution-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution distribution-packages - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 214278f4..da7599eb 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index fd95132b..bcf80e87 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution distribution-plugins - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 80af9bb2..c93ef856 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 54d404dc..7ef1402f 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution distribution-plugins - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index e7447c21..b7e46ae6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT pom diff --git a/reception/pom.xml b/reception/pom.xml index ac232f5e..260824df 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 171a06ea..c1dd2ce9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution distribution-testsuites - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index aa3811d0..688705e0 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index e05003b4..1bb3bdaf 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution distribution-testsuites - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT distribution-stability diff --git a/version.properties b/version.properties index 5d7ff9b8..35e80d6b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=4 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg