diff options
author | Dan Timoney <dtimoney@att.com> | 2021-11-03 10:21:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-11-03 15:25:53 +0000 |
commit | cc605c356d72c4eb12c9edb54157c0382a2ddd26 (patch) | |
tree | 37b6568ac6350e36247fa18998cfe0d956ebabf5 /data-migrator | |
parent | 4d60e2fb017e995ebef0beb7223fb74d0b1a39a2 (diff) |
Release version 2.2.2 maven artifacts
Release version 2.2.2 maven artifacts and roll version.
Issue-ID: SDNC-1610
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3cdc0b9cff6718eddff8ca49e5768f28ec15cbc8
Former-commit-id: ac09277c1cdd21d7c3319fb7683e40f670e270e9
Diffstat (limited to 'data-migrator')
-rw-r--r-- | data-migrator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data-migrator/pom.xml b/data-migrator/pom.xml index ffe02185..f79b9997 100644 --- a/data-migrator/pom.xml +++ b/data-migrator/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.3-SNAPSHOT</version> </parent> <artifactId>data-migrator</artifactId> |