From: Jim Hahn Date: Tue, 10 Sep 2019 15:14:09 +0000 (-0400) Subject: Bump versions for xacml-pdp master X-Git-Tag: 2.2.0~59 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=88a247ef93ac0f0e2ff00345e0408a2af232b3c9;p=policy%2Fxacml-pdp.git Bump versions for xacml-pdp master Change-Id: I6ca46b3bbc9529c6fef5a332b224a4de69e3cdef Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn --- diff --git a/.gitreview b/.gitreview index 6e6e1fde..b4469216 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/xacml-pdp.git +defaultbranch=master diff --git a/applications/common/pom.xml b/applications/common/pom.xml index acc74ea7..8613a94d 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT common diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml index b21e35fa..68ed7077 100644 --- a/applications/guard/pom.xml +++ b/applications/guard/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT guard diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml index c9c80ccb..12b07939 100644 --- a/applications/monitoring/pom.xml +++ b/applications/monitoring/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT monitoring diff --git a/applications/optimization/pom.xml b/applications/optimization/pom.xml index b81be793..87002b29 100644 --- a/applications/optimization/pom.xml +++ b/applications/optimization/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT optimization diff --git a/applications/pom.xml b/applications/pom.xml index 49e6f4b4..731c52de 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT org.onap.policy.xacml-pdp.applications diff --git a/main/pom.xml b/main/pom.xml index b68c394a..f101ae34 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT main diff --git a/packages/policy-xacmlpdp-docker/pom.xml b/packages/policy-xacmlpdp-docker/pom.xml index 0507998c..9e96dd5a 100644 --- a/packages/policy-xacmlpdp-docker/pom.xml +++ b/packages/policy-xacmlpdp-docker/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp packages - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT pom diff --git a/packages/policy-xacmlpdp-tarball/pom.xml b/packages/policy-xacmlpdp-tarball/pom.xml index 4571e3ef..e740b546 100644 --- a/packages/policy-xacmlpdp-tarball/pom.xml +++ b/packages/policy-xacmlpdp-tarball/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp packages - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT policy-xacmlpdp-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 9d7a73bb..ef1cb785 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index 59726402..457c76ec 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 0d45d752..d02c57e2 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.xacml-pdp testsuites - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 8cf84048..a1fb8cdf 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index efe8cff4..1a3567f0 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.xacml-pdp testsuites - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT stability diff --git a/version.properties b/version.properties index 50539a03..c45e6580 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=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch}