diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-14 08:39:35 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-14 08:39:35 -0400 |
commit | 88a2783dd51a5857fad1a409b09b39fcdde79cba (patch) | |
tree | 98d70b9bc045d473e88f8f74ed72ff99ba629205 /data-migrator | |
parent | 2e113424501619e55100aa3bce84e53aa8d5f079 (diff) |
Roll to next Guilin release version
Roll to next Guilin snapshot version
Change-Id: I1c1aa9dc4b2b3cbbda683eca73552fb98112b2d3
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 480d32b05d418c3b3a6ee1ee5a43929e99a01a5e
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 e3fea901..4e4875a7 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>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>data-migrator</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: data-migrator</name> |