From 43f4c8fe91456a079316a715922ccd11cf4491bb Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Mon, 20 May 2024 11:09:05 +0100 Subject: [PATCH] Set snapshot and/or references of policy/gui for new release policy/gui updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: Idba2609abfd6452ceb04bd7bc61ea25c7dc4cd09 Signed-off-by: saul.gill --- gui-common/pom.xml | 2 +- gui-editors/gui-editor-apex/pom.xml | 4 ++-- gui-editors/pom.xml | 2 +- gui-runtime/gui-acm/pom.xml | 2 +- gui-runtime/pom.xml | 2 +- gui-server/pom.xml | 2 +- packages/policy-gui-docker/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 2 +- version.properties | 6 +++--- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gui-common/pom.xml b/gui-common/pom.xml index 0ba3379..0b0f0ee 100644 --- a/gui-common/pom.xml +++ b/gui-common/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.gui policy-gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT gui-common diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 960902d..c101185 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.gui.editors editors - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT gui-editor-apex @@ -65,7 +65,7 @@ org.onap.policy.models policy-models-examples - ${project.version} + ${policy.models.version} provided diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index 42877f4..ea5d167 100644 --- a/gui-editors/pom.xml +++ b/gui-editors/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.gui policy-gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT org.onap.policy.gui.editors diff --git a/gui-runtime/gui-acm/pom.xml b/gui-runtime/gui-acm/pom.xml index 7a13c3f..311ab97 100644 --- a/gui-runtime/gui-acm/pom.xml +++ b/gui-runtime/gui-acm/pom.xml @@ -21,7 +21,7 @@ org.onap.policy.gui policy-gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/gui-runtime/pom.xml b/gui-runtime/pom.xml index 63c9a02..6f5e2ee 100644 --- a/gui-runtime/pom.xml +++ b/gui-runtime/pom.xml @@ -21,7 +21,7 @@ org.onap.policy.gui policy-gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT org.onap.policy.gui.gui-rutime diff --git a/gui-server/pom.xml b/gui-server/pom.xml index 20c0001..28a5fb9 100644 --- a/gui-server/pom.xml +++ b/gui-server/pom.xml @@ -25,7 +25,7 @@ policy-gui org.onap.policy.gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT gui-server ${project.artifactId} diff --git a/packages/policy-gui-docker/pom.xml b/packages/policy-gui-docker/pom.xml index ce05af7..91f332d 100644 --- a/packages/policy-gui-docker/pom.xml +++ b/packages/policy-gui-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.gui gui-packages - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pom diff --git a/packages/pom.xml b/packages/pom.xml index 20924ff..a7157e7 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.gui policy-gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT gui-packages diff --git a/pom.xml b/pom.xml index 5bc20e2..cd387c7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.gui policy-gui - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index 7f9c490..19e0714 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} -- 2.16.6