From 25d6d751e6e47970d6b0c521f984f9e302bce66f Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 18 Jan 2015 22:22:56 -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 Bug: 2605 Change-Id: Ia0be6681bfac19d3a49917e172e32a26ac8e5933 Signed-off-by: Thanh Ha --- opendaylight/commons/opendaylight/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 4d95b72ce7..32aa9a3efc 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -12,9 +12,6 @@ commons.opendaylight 1.5.0-SNAPSHOT pom - - 3.0 - @@ -1720,7 +1717,7 @@ ${enforcer.version} - enforce-java + enforce-requirements enforce @@ -1729,6 +1726,9 @@ 1.7.0 + + 3.1.1 + -- 2.36.6