From: waynedunican Date: Tue, 2 Dec 2025 10:31:49 +0000 (+0000) Subject: Set snapshot and/or references of policy/parent for new release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F142611%2F1;p=policy%2Fparent.git Set snapshot and/or references of policy/parent for new release policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5491 Change-Id: I41b718c2c1acae19dfd90a4e3ab1efef4750e8ee Signed-off-by: waynedunican --- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 585e30d7..f9f9c80b 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 5.2.3-SNAPSHOT + 6.0.0-SNAPSHOT checkstyle checkstyle diff --git a/integration/pom.xml b/integration/pom.xml index 18546925..0a6a33e6 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 5.2.3-SNAPSHOT + 6.0.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index b0a58f86..b0cc76d9 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.policy.parent policy-parent - 5.2.3-SNAPSHOT + 6.0.0-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index bbb31309..13ae2ed6 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 5.2.3-SNAPSHOT + 6.0.0-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 25d8f39e..19ee1fbf 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=5 -minor=2 -patch=3 +major=6 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}