From 571ab6d5ffb9489cf91dea5293f7bbfd74589f9f Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Mon, 31 Mar 2014 18:30:55 +0200 Subject: [PATCH] Unify jacoco versions to 0.6.2.201302030002 This cleans up previously unused pluginManagement sections and bumps jacoco version 0.6.2.201302030002 (previously used by config subsys). Change-Id: I027b219e7fd0225fe2ef12cbdcc1f7d47509e993 Signed-off-by: Robert Varga Signed-off-by: Maros Marsalek --- opendaylight/clustering/integrationtest/pom.xml | 12 +----------- .../clustering/services_implementation/pom.xml | 2 +- opendaylight/commons/opendaylight/pom.xml | 2 +- opendaylight/config/pom.xml | 1 - .../forwardingrulesmanager/integrationtest/pom.xml | 2 +- opendaylight/hosttracker/implementation/pom.xml | 2 +- opendaylight/hosttracker/integrationtest/pom.xml | 2 +- opendaylight/hosttracker_new/implementation/pom.xml | 2 +- .../clustered-data-store/integrationtest/pom.xml | 12 +----------- opendaylight/md-sal/compatibility/pom.xml | 2 +- .../md-sal/compatibility/sal-compatibility/pom.xml | 2 +- .../remoterpc-routingtable/integrationtest/pom.xml | 12 +----------- opendaylight/md-sal/sal-binding-broker/pom.xml | 2 +- opendaylight/md-sal/sal-binding-dom-it/pom.xml | 2 +- opendaylight/md-sal/sal-binding-it/pom.xml | 4 ++-- .../statisticsmanager/implementation/pom.xml | 2 +- .../statisticsmanager/integrationtest/pom.xml | 2 +- opendaylight/switchmanager/api/pom.xml | 2 +- opendaylight/switchmanager/implementation/pom.xml | 2 +- opendaylight/switchmanager/integrationtest/pom.xml | 2 +- opendaylight/topologymanager/integrationtest/pom.xml | 2 +- 21 files changed, 21 insertions(+), 52 deletions(-) diff --git a/opendaylight/clustering/integrationtest/pom.xml b/opendaylight/clustering/integrationtest/pom.xml index 069f197ada..63ff668a01 100644 --- a/opendaylight/clustering/integrationtest/pom.xml +++ b/opendaylight/clustering/integrationtest/pom.xml @@ -93,23 +93,13 @@ ../implementation/target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - ${jacoco.version} ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/clustering/services_implementation/pom.xml b/opendaylight/clustering/services_implementation/pom.xml index 1b72630b8c..e91356c1dc 100644 --- a/opendaylight/clustering/services_implementation/pom.xml +++ b/opendaylight/clustering/services_implementation/pom.xml @@ -81,7 +81,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index f4b2dee848..5604457839 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -64,7 +64,7 @@ 3.17.1-GA 2.3.2 3.1 - 0.5.3.201107060350 + 0.6.2.201302030002 1.3.1 2.3.7 4.8.1 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 8efed2d9f6..2c68575166 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -60,7 +60,6 @@ 4.10 2.4.0 5.0.0 - 0.6.2.201302030002 1.7.2 diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 3cc857098c..93c30a0320 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -148,7 +148,7 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/hosttracker/implementation/pom.xml b/opendaylight/hosttracker/implementation/pom.xml index f19d4e83c4..bb6576bbf0 100644 --- a/opendaylight/hosttracker/implementation/pom.xml +++ b/opendaylight/hosttracker/implementation/pom.xml @@ -76,7 +76,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index e4e7790012..b6123228cc 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -141,7 +141,7 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/hosttracker_new/implementation/pom.xml b/opendaylight/hosttracker_new/implementation/pom.xml index 48e204bd4e..2add5f5714 100644 --- a/opendaylight/hosttracker_new/implementation/pom.xml +++ b/opendaylight/hosttracker_new/implementation/pom.xml @@ -77,7 +77,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/clustered-data-store/integrationtest/pom.xml b/opendaylight/md-sal/clustered-data-store/integrationtest/pom.xml index 01e5ae0372..7970293600 100644 --- a/opendaylight/md-sal/clustered-data-store/integrationtest/pom.xml +++ b/opendaylight/md-sal/clustered-data-store/integrationtest/pom.xml @@ -335,23 +335,13 @@ ../implementaiton/target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - 0.5.3.201107060350 ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/compatibility/pom.xml b/opendaylight/md-sal/compatibility/pom.xml index c5c5cd32c5..63ecfeb2ec 100644 --- a/opendaylight/md-sal/compatibility/pom.xml +++ b/opendaylight/md-sal/compatibility/pom.xml @@ -73,7 +73,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml b/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml index 6914ef3c43..a37d3e5a6d 100644 --- a/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml +++ b/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml @@ -55,7 +55,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/remoterpc-routingtable/integrationtest/pom.xml b/opendaylight/md-sal/remoterpc-routingtable/integrationtest/pom.xml index bdc4569f31..6db143ab3e 100644 --- a/opendaylight/md-sal/remoterpc-routingtable/integrationtest/pom.xml +++ b/opendaylight/md-sal/remoterpc-routingtable/integrationtest/pom.xml @@ -243,23 +243,13 @@ ../implementation/target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - ${jacoco.version} ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 9976f48114..b9bb5a5159 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -104,7 +104,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/sal-binding-dom-it/pom.xml b/opendaylight/md-sal/sal-binding-dom-it/pom.xml index 94832c14b6..892a51aeea 100644 --- a/opendaylight/md-sal/sal-binding-dom-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-dom-it/pom.xml @@ -23,7 +23,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index 654ad4a1cc..3a40f9d6bb 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -40,7 +40,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* @@ -109,7 +109,7 @@ ${jacoco.version} ../sal-binding-broker/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/statisticsmanager/implementation/pom.xml b/opendaylight/statisticsmanager/implementation/pom.xml index 46368b0762..edfe3f450c 100644 --- a/opendaylight/statisticsmanager/implementation/pom.xml +++ b/opendaylight/statisticsmanager/implementation/pom.xml @@ -70,7 +70,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index 21664cde6a..e80c4c9c5b 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -148,7 +148,7 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/switchmanager/api/pom.xml b/opendaylight/switchmanager/api/pom.xml index 760d13b706..75e194620a 100644 --- a/opendaylight/switchmanager/api/pom.xml +++ b/opendaylight/switchmanager/api/pom.xml @@ -62,7 +62,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 73b83a0e95..38ce7be9a0 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -73,7 +73,7 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/switchmanager/integrationtest/pom.xml b/opendaylight/switchmanager/integrationtest/pom.xml index daee7a33a8..4f49a0f634 100644 --- a/opendaylight/switchmanager/integrationtest/pom.xml +++ b/opendaylight/switchmanager/integrationtest/pom.xml @@ -125,7 +125,7 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* diff --git a/opendaylight/topologymanager/integrationtest/pom.xml b/opendaylight/topologymanager/integrationtest/pom.xml index a72138548a..7aa0d80cd2 100644 --- a/opendaylight/topologymanager/integrationtest/pom.xml +++ b/opendaylight/topologymanager/integrationtest/pom.xml @@ -99,7 +99,7 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + org.opendaylight.controller.* -- 2.36.6