From 9393046f20cfd9e8df1c3ad0a59f565737f1f3a0 Mon Sep 17 00:00:00 2001 From: Enbo Wang Date: Mon, 8 Apr 2019 11:58:46 +0000 Subject: [PATCH] Fix a bug of artifact version in pom.xml for data-migrator Update the artifact version in pom.xml about data-migrator to 1.5.1-SNAPSHOT, and it will fix the bug of building failure when commits codes to Gerrit. Change-Id: I382a5afd69b225910f6fb9f2bad37bcbdd40202c Issue-ID: SDNC-223 Signed-off-by: Enbo Wang Former-commit-id: 0d0dd320036825857d37c5d6d830abbfa75563d1 --- data-migrator/pom.xml | 4 ++-- 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 @@ org.onap.sdnc.oam sdnc-oam - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.sdnc.oam data-migrator - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT jar sdnc-oam :: data-migrator 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 @@ org.onap.sdnc.oam data-migrator - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT zip -- 2.16.6