From 6abd0036e84b0b3774fcdeaf40b63b62c47ce0dc Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 25 May 2023 09:41:03 +0100 Subject: 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-4662 Signed-off-by: liamfallon Change-Id: I62ae7a024f3b3b5ab52b78b797d1571c4761d5ec --- main/pom.xml | 2 +- packages/policy-api-docker/pom.xml | 2 +- packages/policy-api-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 | 6 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index cf47b011..2f2b5bb9 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT api-main ${project.artifactId} diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 6b34d9e8..c1d3b8c1 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 - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 815a74d0..a666ec5f 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 - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index ca9c47a5..a1aabfac 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.api policy-api - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index fc205851..0f79b04e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.policy.api policy-api - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index b49d600d..9dafc8bd 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 7486029c..c49276c3 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 21def934..fcd0bd40 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.8.3-SNAPSHOT + 3.0.0-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 4e87a60a..4ba0a9a8 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=2 -minor=8 -patch=3 +minor=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg