From 02cac493549795a4074772b64d40cbae19f9b6c0 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 18 Jan 2015 23:08:42 -0500 Subject: [PATCH 1/1] Use Maven Enforcer plugin to require Maven version Using the configuration in pom files is deprecated and it is recommended to use the maven-enforcer-plugin to enforce these rules instead. See: http://jira.codehaus.org/browse/MNG-5297 http://jira.codehaus.org/browse/MNG-4840 Change-Id: Ia0265ba264693c3ce09ebb24a6a489bad5efa60e Signed-off-by: Thanh Ha --- common/artifacts/pom.xml | 4 ---- common/mockito-configuration/pom.xml | 4 ---- common/parent/pom.xml | 3 --- 3 files changed, 11 deletions(-) diff --git a/common/artifacts/pom.xml b/common/artifacts/pom.xml index ef3f8c7a26..3d2643e75b 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -15,10 +15,6 @@ 0.7.0-SNAPSHOT pom - - 3.0.4 - - 2013.10.21.7-SNAPSHOT diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index aa81fdde17..1637e1f9cb 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -16,15 +16,11 @@ /../../common/parent/pom.xml - 4.0.0 mockito-configuration Default mockito configuration jar ${project.artifactId} - - 3.0.4 - diff --git a/common/parent/pom.xml b/common/parent/pom.xml index a2fa60ee43..da6d96751f 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -22,9 +22,6 @@ org.opendaylight.yangtools 0.7.0-SNAPSHOT pom - - 3.0.4 - 0.7.0-SNAPSHOT -- 2.36.6