diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-04-26 10:23:23 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-04-26 10:23:23 -0400 |
commit | 930cc36e33359349c2ffe9d8c63ec73a3cf65ec5 (patch) | |
tree | c049b204bf0a7e211440a9acf1698d43a043df78 /gui-editors | |
parent | 578b152885ec35913b6e1eec5689d62cb1767e8a (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-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: I2f7877cfcd1ca08ac1a89256ba6247d72f956c52
Diffstat (limited to 'gui-editors')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 2 | ||||
-rw-r--r-- | gui-editors/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 596f54e..b70e2b6 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>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>gui-editor-apex</artifactId> diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index 72e542b..4d9ea78 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>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <groupId>org.onap.policy.gui.editors</groupId> |