diff options
author | liamfallon <liam.fallon@est.tech> | 2023-08-25 12:33:29 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2023-10-03 10:13:45 +0000 |
commit | e5970705a26dbb4d5c55a33d29e59f78a2950819 (patch) | |
tree | 8c0992972fb323d908ee94658b6c55c49bb8f09d /gui-editors | |
parent | e33649e161294b750b9b66dc2b40ededfd9ff39d (diff) |
Bump snapshots for Java 17
Issue-ID: POLICY-4665
Change-Id: Id3047fda5b39f2892d7a0a2f5c92b02a2c82df3e
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 44a45353ea19d93970954f04507e2baafc7456c0)
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 00fb1b7..717cf38 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.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>gui-editor-apex</artifactId> diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index 7fb27fe..83fb509 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.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.gui.editors</groupId> |