From: saul.gill Date: Mon, 20 May 2024 10:08:40 +0000 (+0100) Subject: Set snapshot and/or references of policy/api for new release X-Git-Tag: 4.0.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d809e1a69a824283e27d3fd9294cf62f057d9535;p=policy%2Fapi.git Set snapshot and/or references of policy/api for new release policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: Ica7317c77fda12bcf9a83dfc201db0f1b1853e47 Signed-off-by: saul.gill --- diff --git a/main/pom.xml b/main/pom.xml index 843733f3..c4639dc5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT api-main ${project.artifactId} diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index c38d5ac1..ba1a7e9f 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.api api-packages - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 968f788a..0c202af3 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.api api-packages - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 94022e75..b9f41cd1 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index 81515d27..8092d166 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.policy.api policy-api - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 6da1be17..db1e2575 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api api-testsuites - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 0d4f6150..f7e6e03e 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 804fbf6b..3fa25068 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api api-testsuites - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 7f9c4908..19e0714b 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=3 -minor=1 -patch=4 +major=4 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}