From 211741a49ada8da49a0bd6205c9c5ecf6ecd5e6b Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 23 May 2019 19:01:24 -0400 Subject: Bump to 2.0.2-SNAPSHOT Released 2.0.1 Issue-ID: POLICY-1700 Change-Id: I6c1e328ff0ccbdfd59856ee14a56990ae36df56c 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 3844f129..876b941e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index b99a36d9..ac8d8a51 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.1-SNAPSHOT + 2.0.2-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 20f69185..978dbb91 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.1-SNAPSHOT + 2.0.2-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 557e8dd5..4e5f48e8 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index 42b58f30..7406d2d5 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.pap policy-pap - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index d3ac7256..593102c0 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap testsuites - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index c55f43af..06890024 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap policy-pap - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index c21a443a..26109b5b 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap testsuites - 2.0.1-SNAPSHOT + 2.0.2-SNAPSHOT stability diff --git a/version.properties b/version.properties index ae234638..bb52871b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg