diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:30:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:30:59 -0400 |
commit | 03c6d7620f636a5ab23c91c4aa2d07c5a24b3b84 (patch) | |
tree | 95f90dbb4a73eab00c6e6c8df9d078f3470d8bfa /data-migrator | |
parent | 779ea800e4a707cb856e6d5ed3d7bd263679e069 (diff) |
Roll to Guilin release snapshot
Roll master branch to Guilin release numbering
Change-Id: I273a6d07c7a42dd1bde4219fada701da51c40bf0
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 0d6d9148fd35aec6a2f8ba72f6212570a37a73d3
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 9c068f63..f9470a0c 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.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>data-migrator</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: data-migrator</name> |