diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-07-12 14:43:51 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-07-12 14:43:51 +0000 |
commit | 376666fba8371faf62da980c5f8b5cca68552099 (patch) | |
tree | 617161abaad86d4b67063f222a7f1967ad153ced /gui-runtime | |
parent | a2a3c0baa54f53411b5357e4e89b0efdbbd25ed9 (diff) |
Release policy/gui4.0.0
Diffstat (limited to 'gui-runtime')
-rw-r--r-- | gui-runtime/gui-acm/pom.xml | 2 | ||||
-rw-r--r-- | gui-runtime/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-runtime/gui-acm/pom.xml b/gui-runtime/gui-acm/pom.xml index 311ab97..1db8aa1 100644 --- a/gui-runtime/gui-acm/pom.xml +++ b/gui-runtime/gui-acm/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/gui-runtime/pom.xml b/gui-runtime/pom.xml index 6f5e2ee..0ca2e06 100644 --- a/gui-runtime/pom.xml +++ b/gui-runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <groupId>org.onap.policy.gui.gui-rutime</groupId> |