From 9e22903cfc9a159ab1a39ed6ada929037b07567d Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 3 May 2022 17:22:15 +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-4073 Signed-off-by: liamfallon Change-Id: I81d9ad228ad553e1546ad8c39ea99d864a521c04 Signed-off-by: liamfallon --- gui-clamp/pom.xml | 2 +- gui-common/pom.xml | 2 +- gui-editors/gui-editor-apex/pom.xml | 2 +- gui-editors/pom.xml | 2 +- gui-server/pom.xml | 2 +- packages/policy-gui-docker/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 10 +++++----- version.properties | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml index f95ea0b..eaf1781 100644 --- a/gui-clamp/pom.xml +++ b/gui-clamp/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.gui policy-gui - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT gui-clamp pom diff --git a/gui-common/pom.xml b/gui-common/pom.xml index c65a8e4..19792ab 100644 --- a/gui-common/pom.xml +++ b/gui-common/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.gui policy-gui - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT gui-common diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index d0085eb..60ee56f 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 - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT gui-editor-apex diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index 1ea9c22..5637592 100644 --- a/gui-editors/pom.xml +++ b/gui-editors/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.gui policy-gui - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT org.onap.policy.gui.editors diff --git a/gui-server/pom.xml b/gui-server/pom.xml index 05e8382..18299e6 100644 --- a/gui-server/pom.xml +++ b/gui-server/pom.xml @@ -24,7 +24,7 @@ policy-gui org.onap.policy.gui - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT gui-server ${project.artifactId} diff --git a/packages/policy-gui-docker/pom.xml b/packages/policy-gui-docker/pom.xml index 2bd4f90..d40223a 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 - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pom diff --git a/packages/pom.xml b/packages/pom.xml index eab4a2b..7e03fe2 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.gui policy-gui - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT gui-packages diff --git a/pom.xml b/pom.xml index 39f9ad7..e99aed7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,13 +26,13 @@ org.onap.policy.parent integration - 3.5.4-SNAPSHOT + 3.6.0-SNAPSHOT org.onap.policy.gui policy-gui - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pom @@ -40,9 +40,9 @@ Code for all the Policy GUI's. - 2.7.4-SNAPSHOT - 1.10.4-SNAPSHOT - 2.6.4-SNAPSHOT + 2.8.0-SNAPSHOT + 1.11.0-SNAPSHOT + 2.7.0-SNAPSHOT ${project.basedir}/../../target/code-coverage/jacoco-ut.exec ${project.basedir}/target/code-coverage/lcov.info diff --git a/version.properties b/version.properties index dd0bf5c..d54fa5b 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=2 -patch=4 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6