From b6288f99fbfcc73f115511696f98111ca32b8d2f Mon Sep 17 00:00:00 2001 From: Michael DÜrre Date: Tue, 1 Dec 2020 13:34:56 +0100 Subject: ccsdk parents for alu-sr0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit migrate parents to aluminium-sr0 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre Change-Id: I8c19abcfa4a0fbac629496835e4caf92aecd2459 Signed-off-by: Michael DÜrre --- odlparent/client-parent/pom.xml | 51 +++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 9 deletions(-) (limited to 'odlparent/client-parent') diff --git a/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml index c2427933..cdf44089 100644 --- a/odlparent/client-parent/pom.xml +++ b/odlparent/client-parent/pom.xml @@ -32,8 +32,6 @@ - 1.8 - 1.8 UTF-8 UTF-8 https://nexus.onap.org @@ -55,9 +53,10 @@ https://nexus.opendaylight.org/content/repositories/public/ https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ - 1.8 - 1.8 - 3.6.1 + 11 + 3.0.0-M5 + 3.0.0-M5 + 3.8.1 true @@ -66,7 +65,7 @@ - 4.11 + 4.13 2.8.9 1.18.0 0.8.10 @@ -349,12 +348,46 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.version} + ${maven-compiler-plugin.version} - ${java.version.source} - ${java.version.target} + ${java.version} + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + ${surefireArgLine} + + + **/IT*.java + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + + integration-tests + + integration-test + verify + + + + ${failsafeArgLine} + + + + org.apache.maven.plugins maven-source-plugin -- cgit 1.2.3-korg