From eef450e6f6c80c5d39517b0c84b9b5e01b5e65ae Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 28 Aug 2020 10:18:17 -0400 Subject: Rolling to next SNAPSHOT Ran mvn tidy:pom to refactor poms Issue-ID: SDNC-1340 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I845330844c5e453601d2f142be14fb26de6e0066 Former-commit-id: 7126148e8ce4a7a472e9ea084259792d77697fc5 --- SdncReports/SdncReportsApi/pom.xml | 18 +++++++++--------- SdncReports/SdncReportsDao/pom.xml | 8 ++++---- SdncReports/pom.xml | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'SdncReports') diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml index a8522b60..d7922b22 100644 --- a/SdncReports/SdncReportsApi/pom.xml +++ b/SdncReports/SdncReportsApi/pom.xml @@ -5,12 +5,12 @@ org.onap.sdnc.oam SdncReports - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT org.onap.sdnc.oam SdncReportsApi - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT jar sdnc-oam :: SdncReports :: SdncReportsApi @@ -22,13 +22,13 @@ - + ch.vorburger.mariaDB4j mariaDB4j 2.2.3 - + com.google.code.gson @@ -96,7 +96,7 @@ org.springframework.boot spring-boot-starter-log4j2 - + org.webjars @@ -109,7 +109,7 @@ bootstrap-datepicker 1.0.1 - + @@ -135,7 +135,7 @@ org.jacoco jacoco-maven-plugin 0.7.5.201505241946 - + pre-unit-test @@ -144,12 +144,12 @@ ${project.build.directory}/coverage-reports/jacoco-ut.exec - surefireArgLine - + post-unit-test test diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index 90a09730..d7d6f535 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/pom.xml @@ -5,12 +5,12 @@ org.onap.sdnc.oam SdncReports - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT org.onap.sdnc.oam SdncReportsDao - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT jar sdnc-oam :: SdncReports :: SdncReportsDao @@ -40,7 +40,7 @@ - @@ -48,7 +48,7 @@ jackson-annotations - org.mariadb.jdbc diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index 6b50c07e..22be2321 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent spring-boot-1-starter-parent - 2.0.0 + 2.0.1-SNAPSHOT org.onap.sdnc.oam SdncReports - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom sdnc-oam :: SdncReports @@ -39,7 +39,7 @@ jacoco-maven-plugin 0.7.5.201505241946 - pre-unit-test @@ -49,12 +49,12 @@ ${project.build.directory}/coverage-reports/jacoco-ut.exec - surefireArgLine - post-unit-test -- cgit 1.2.3-korg