diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-16 16:57:08 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-12-16 16:57:08 -0500 |
commit | ff4df72ee32053d215b64cafd4b7b879a5cd6e92 (patch) | |
tree | 922eaa2b20d120409e81bbc292deb45c62846782 /platform-logic/datachange | |
parent | 2e196281715dc1d02f3837629153ff70da7c116e (diff) |
Release version 2.2.4 maven artifacts (log4shell fix)
Release version 2.2.4 maven artifacts, with fix for log4shell
vulnerability and roll to next snapshot
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4e7ca3dcee495169f5247a1c982f203738796f2c
Former-commit-id: dbd561867f2f6c2f7daab85f8f5c1f50d6932ee5
Diffstat (limited to 'platform-logic/datachange')
-rw-r--r-- | platform-logic/datachange/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/datachange/pom.xml b/platform-logic/datachange/pom.xml index 3b46f2e4..4347149b 100644 --- a/platform-logic/datachange/pom.xml +++ b/platform-logic/datachange/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.2.4-SNAPSHOT</version> + <version>2.2.5-SNAPSHOT</version> </parent> <artifactId>platform-logic-datachange</artifactId> |