diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-07 14:49:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-07 14:49:45 -0400 |
commit | 57495f00cc80d5a2c7d2b951b04d8dc4f84ab369 (patch) | |
tree | a33afa9015344242968997539704f51d444e6468 /data-migrator | |
parent | 81045e243e0249556719835252d59c7128bd6ed9 (diff) |
Roll to next Frankfurt snapshot
Roll to next Frankfurt snapshot
Change-Id: Ie8e583c904ffde3414c42065a5c035493013a91a
Issue-ID: SDNC-1181
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 00718a8848c68b46e6384ac1463b027e906b4aa8
Diffstat (limited to 'data-migrator')
-rw-r--r-- | data-migrator/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data-migrator/pom.xml b/data-migrator/pom.xml index e89c04da..e49c55be 100644 --- a/data-migrator/pom.xml +++ b/data-migrator/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>data-migrator</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: data-migrator</name> |