From 2911a0694e106a3c46526e42e9c13a412dd3a18f Mon Sep 17 00:00:00 2001 From: jrh3 Date: Wed, 7 Aug 2019 12:31:00 -0400 Subject: Bump version of policy/pap Issue-ID: POLICY-1965 Signed-off-by: jrh3 Change-Id: I23b13145a769055bdfef97d6a7deca1ccf710337 --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 2 +- packages/policy-pap-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 6 +++--- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 2b41f227..f527e2a5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 5c764921..50bf3a85 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.1-SNAPSHOT + 2.1.2-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 2a2d5500..ea1f94fb 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.1-SNAPSHOT + 2.1.2-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index cea6175a..fdb4ef66 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index 9bedfcc8..15cddd69 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.pap policy-pap - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT pom @@ -46,8 +46,8 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.5.1 - 2.1.2 + 1.5.2-SNAPSHOT + 2.1.3-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 42023b03..ae7efb57 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap testsuites - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 3a2d4252..84e20ec4 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap policy-pap - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 2615f552..699e237f 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap testsuites - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT stability diff --git a/version.properties b/version.properties index b4f56188..50539a03 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg