From 6ece57498b8eccbe8e4b1d76f7116592b933f7c3 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 30 May 2019 10:30:12 -0400 Subject: Bump pap to version 2.1.0 Change-Id: I964d26a2812ae3e638f87587540b6881e1e6fa58 Issue-ID: POLICY-1747 Signed-off-by: Jim Hahn --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 2 +- packages/policy-pap-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 8 ++++---- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 876b941e..a086aef7 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index ac8d8a51..e839b63e 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.0.2-SNAPSHOT + 2.1.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 978dbb91..52eb7608 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.0.2-SNAPSHOT + 2.1.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 4e5f48e8..2e0c1fd5 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index 7406d2d5..c03226b4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,13 +26,13 @@ org.onap.policy.parent integration - 2.1.0 + 3.0.0-SNAPSHOT org.onap.policy.pap policy-pap - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT pom @@ -46,8 +46,8 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.4.0 - 2.0.1 + 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 593102c0..ecac9e1a 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap testsuites - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 06890024..b426429c 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap policy-pap - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 26109b5b..7df3d6f3 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap testsuites - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT stability diff --git a/version.properties b/version.properties index bb52871b..614e56e9 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg