From 8c901403171d58bb2ff80c132262a4b308c1bcce Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 28 May 2020 16:46:53 -0500 Subject: bump poms to 2.1.4-SNAPSHOT Issue-ID: POLICY-2475 Signed-off-by: jhh Change-Id: I6c0d23cc9ca7e7c16242a8db9fb08845b3559884 --- 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 51c93b85..605f8d89 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 827384cd..65c43b83 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap packages - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 071f22c9..1108cd47 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap packages - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 4ac3f748..d150237c 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index d170ab0e..196937a4 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.pap policy-pap - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 49d8e5b7..ed23fa45 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap testsuites - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 13f26d58..08a2de00 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap policy-pap - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 6bea46fa..9cb368d9 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap testsuites - 2.1.3-SNAPSHOT + 2.1.4-SNAPSHOT stability diff --git a/version.properties b/version.properties index 28a1d8d2..3e2eebbc 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg