From d2d70cddd47406f6f87f4d35e70adc6b0e115b49 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 7 Oct 2020 16:35:58 -0400 Subject: Bump pap to 2.3.3 snapshot Issue-ID: POLICY-2839 Change-Id: I37704935946a8c249e814bf4e515178528705cd6 Signed-off-by: Pamela Dragosh --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 2 +- packages/policy-pap-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index d0da6d74..7be14c4b 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 91c879e0..8345bd46 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-packages - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index f9a2600b..95bcd821 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-packages - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 503557f6..3a0849eb 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 17859d51..174685d5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.pap policy-pap - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 6894cf79..920f5bd3 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index c40dd934..709f2ae8 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap policy-pap - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 0aaa142d..3c2ff415 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 16dbea1c..7307096b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg