From 027e65f026944eafbffaf98b193631ef9b41ae51 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 16 May 2019 08:59:55 +0000 Subject: Step snapshot version of policy-pap Issue-ID: POLICY-1630 Change-Id: Ie38ed0cc191dcd657b7558102b77b0912170568d Signed-off-by: liamfallon --- 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 b2a31806..3844f129 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index f4515229..b99a36d9 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.0-SNAPSHOT + 2.0.1-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index a3256063..20f69185 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.0-SNAPSHOT + 2.0.1-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 77728baf..557e8dd5 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index 14d72cfa..2d804830 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.pap policy-pap - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 54e6a50d..d3ac7256 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap testsuites - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 61c10a94..c55f43af 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap policy-pap - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index a36224be..c21a443a 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap testsuites - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT stability diff --git a/version.properties b/version.properties index a3ac0d9c..ae234638 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg