diff options
author | 2024-05-20 11:09:05 +0100 | |
---|---|---|
committer | 2024-05-20 11:33:02 +0100 | |
commit | 43f4c8fe91456a079316a715922ccd11cf4491bb (patch) | |
tree | 91e7b3de80579afd01030dc7d580c6206c6967eb /gui-editors | |
parent | 0bda7fa99b4347390f02d88d52f1ab45a387c3ae (diff) |
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 <saul.gill@est.tech>
Diffstat (limited to 'gui-editors')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 4 | ||||
-rw-r--r-- | gui-editors/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
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 @@ <parent> <groupId>org.onap.policy.gui.editors</groupId> <artifactId>editors</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>gui-editor-apex</artifactId> @@ -65,7 +65,7 @@ <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-examples</artifactId> - <version>${project.version}</version> + <version>${policy.models.version}</version> <scope>provided</scope> </dependency> <dependency> 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 @@ <parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.gui.editors</groupId> |