diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-03-15 14:07:41 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-03-15 14:07:41 +0000 |
commit | eac78027a236b4e71dc413c6272f71b39dc81300 (patch) | |
tree | a469735406cb52a2339d4a381685158cdb411076 /gui-editors | |
parent | bdbfb0de8e47391fd52a816e6764b100103d31c2 (diff) |
Release policy/gui2.2.1
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 c0f3819..de07ea7 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.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>gui-editor-apex</artifactId> diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index cc303af..c67d0fc 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.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <groupId>org.onap.policy.gui.editors</groupId> |