diff options
-rw-r--r-- | data-migrator/pom.xml | 4 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data-migrator/pom.xml b/data-migrator/pom.xml index f05f3709..ff711abd 100644 --- a/data-migrator/pom.xml +++ b/data-migrator/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>data-migrator</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: data-migrator</name> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index d187ddcf..422360be 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -360,7 +360,7 @@ <artifactItem> <groupId>org.onap.sdnc.oam</groupId> <artifactId>data-migrator</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <type>zip</type> </artifactItem> </artifactItems> |