From 7e64546247db953162a9658c103696b3a6ccda12 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 31 Mar 2020 17:17:45 -0400 Subject: [PATCH] Set up for release Issue-ID: AAI-2580 Change-Id: Ia8cb1f5476fd02c255cec9f96890f3283fc99b68 Signed-off-by: Jimmy Forsyth --- pom.xml | 69 +++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 33 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 68ad3b6..c01e9a0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,26 +24,41 @@ 4.0.0 - org.onap.aai.aai-common - aai-parent - 1.6.10 + org.onap.oparent + oparent + 2.1.0 org.onap.aai.model-loader model-loader aai-model-loader - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + - 1.6.10 org.onap.aai.modelloader.service.ModelLoaderApplication https://nexus.onap.org ${basedir}/target + 2.1.12.RELEASE + 1.8 + 1.19 1.3 - 1.3.1 + 1.6.2 1.2.1 1.3.0 + 1.2.3 0.28.0 1.0.0 @@ -53,8 +68,6 @@ 1.6.0 yyyyMMdd'T'HHmmss'Z' - - 0.80 @@ -217,6 +230,7 @@ org.onap.aai rest-client + ${aai.rest.client.version} com.google.code.gson @@ -235,14 +249,17 @@ org.onap.aai.logging-service common-logging + 1.5.0 ch.qos.logback logback-classic + ${logback.version} ch.qos.logback logback-core + ${logback.version} org.onap.sdc.sdc-distribution-client @@ -252,6 +269,7 @@ org.json json + 20131018 org.eclipse.jetty @@ -265,14 +283,17 @@ org.apache.commons commons-compress + ${commons-compress.version} commons-io commons-io + 2.4 org.apache.commons commons-text + ${apache.commons-text.version} @@ -340,6 +361,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} true @@ -378,6 +400,9 @@ org.apache.maven.plugins maven-deploy-plugin + + true + maven-assembly-plugin @@ -396,34 +421,6 @@ - - org.jacoco - jacoco-maven-plugin - - - default-check - - check - - - ${jacoco.report.directory}/jacoco-ut.exec - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - - -- 2.16.6