From 3868a69486b880807ae05aca2752fbcf6a38ed19 Mon Sep 17 00:00:00 2001 From: David Suarez Date: Fri, 12 May 2017 00:17:07 +0200 Subject: [PATCH] Remove from pom.xml to avoid WARNING [WARNING] The project ... uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html This is already done in odlparent. Change-Id: If10668be0f69f89a0101e8fe6bf611130772a9e0 Signed-off-by: David Suarez --- benchmark/pom.xml | 3 --- features/benchmark/features-mdsal-benchmark/pom.xml | 3 --- 2 files changed, 6 deletions(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index a0fb942e65..39752eee39 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -18,9 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${project.artifactId} pom 4.0.0 - - 3.1.1 - api dsbenchmark diff --git a/features/benchmark/features-mdsal-benchmark/pom.xml b/features/benchmark/features-mdsal-benchmark/pom.xml index 5082503f41..adfa5640d5 100644 --- a/features/benchmark/features-mdsal-benchmark/pom.xml +++ b/features/benchmark/features-mdsal-benchmark/pom.xml @@ -17,9 +17,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.4.0-SNAPSHOT ${project.artifactId} 4.0.0 - - 3.1.1 - 1.6.0-SNAPSHOT -- 2.36.6