diff options
author | 2024-07-12 16:06:24 +0000 | |
---|---|---|
committer | 2024-07-12 16:06:24 +0000 | |
commit | 1d4d45c33cd74a7c33a9262fbceb059e08eb0ae8 (patch) | |
tree | 9d71163d7461c59db2a622374f8630b0df4b30c2 /gui-runtime | |
parent | 1c970b15bcd61fe7aef5b9574d3d44cf03d6aec3 (diff) |
Update snapshot and/or references of policy/gui to latest snapshots
policy/gui updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: I89533abcd5ec321b2315eb1ea7a69e5daf9c7511
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
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..53b88ff 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.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/gui-runtime/pom.xml b/gui-runtime/pom.xml index 6f5e2ee..21555d5 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.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.gui.gui-rutime</groupId> |