From a9d8a8de1c918c8abfdfc582b24d1d6f12b2195e Mon Sep 17 00:00:00 2001 From: jrh3 Date: Tue, 10 Sep 2019 11:02:26 -0400 Subject: Bump versions for pap elalto Issue-ID: POLICY-2045 Signed-off-by: jrh3 Change-Id: I01e4d4bfba8c56b5afb3268947beafa03eef5fc7 --- .gitreview | 1 + 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 +- 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitreview b/.gitreview index 3458b617..469162f1 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/pap.git +defaultbranch=elalto diff --git a/main/pom.xml b/main/pom.xml index f527e2a5..51c93b85 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 50bf3a85..827384cd 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.2-SNAPSHOT + 2.1.3-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index ea1f94fb..071f22c9 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.2-SNAPSHOT + 2.1.3-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index fdb4ef66..4ac3f748 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index 701b5ea2..106965bd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.pap policy-pap - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index ae7efb57..49d8e5b7 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap testsuites - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 84e20ec4..13f26d58 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap policy-pap - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 699e237f..6bea46fa 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.pap testsuites - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT stability diff --git a/version.properties b/version.properties index 50539a03..28a1d8d2 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg