From 3e5a15bd17299cc88ea253514db40661e11f5bb7 Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Sun, 6 Oct 2013 16:36:36 +0300 Subject: [PATCH] Declare switchmanager in dependencyManagement in commons, declare its version once, so it's inherited by child poms. Change-Id: I48208159bd2058cc27386a89350fe1bd4cbb67f3 Signed-off-by: Alissa Bonas --- opendaylight/arphandler/pom.xml | 1 - opendaylight/commons/opendaylight/pom.xml | 6 +++++- opendaylight/configuration/integrationtest/pom.xml | 1 - opendaylight/forwardingrulesmanager/api/pom.xml | 1 - opendaylight/forwardingrulesmanager/implementation/pom.xml | 1 - opendaylight/forwardingrulesmanager/integrationtest/pom.xml | 1 - opendaylight/hosttracker/api/pom.xml | 1 - opendaylight/hosttracker/implementation/pom.xml | 1 - opendaylight/hosttracker/integrationtest/pom.xml | 1 - opendaylight/hosttracker_new/api/pom.xml | 1 - opendaylight/hosttracker_new/implementation/pom.xml | 1 - opendaylight/northbound/commons/pom.xml | 1 - opendaylight/northbound/flowprogrammer/pom.xml | 1 - opendaylight/northbound/hosttracker/pom.xml | 1 - opendaylight/northbound/integrationtest/pom.xml | 1 - opendaylight/northbound/subnets/pom.xml | 1 - opendaylight/northbound/switchmanager/pom.xml | 1 - opendaylight/routing/dijkstra_implementation/pom.xml | 1 - opendaylight/samples/loadbalancer/pom.xml | 1 - opendaylight/samples/simpleforwarding/pom.xml | 1 - opendaylight/statisticsmanager/integrationtest/pom.xml | 1 - opendaylight/switchmanager/implementation/pom.xml | 1 - opendaylight/switchmanager/integrationtest/pom.xml | 1 - opendaylight/topologymanager/implementation/pom.xml | 1 - opendaylight/topologymanager/integrationtest/pom.xml | 1 - opendaylight/web/devices/pom.xml | 1 - opendaylight/web/flows/pom.xml | 1 - opendaylight/web/root/pom.xml | 1 - opendaylight/web/topology/pom.xml | 1 - opendaylight/web/troubleshoot/pom.xml | 1 - 30 files changed, 5 insertions(+), 30 deletions(-) diff --git a/opendaylight/arphandler/pom.xml b/opendaylight/arphandler/pom.xml index 367cf95c3a..0ee8889526 100644 --- a/opendaylight/arphandler/pom.xml +++ b/opendaylight/arphandler/pom.xml @@ -56,7 +56,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 9699b1a08f..55998e5273 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -660,7 +660,11 @@ yang-model-api ${yangtools.version} - + + org.opendaylight.controller + switchmanager + 0.5.1-SNAPSHOT + diff --git a/opendaylight/configuration/integrationtest/pom.xml b/opendaylight/configuration/integrationtest/pom.xml index dc080cd03e..788c8e8a09 100644 --- a/opendaylight/configuration/integrationtest/pom.xml +++ b/opendaylight/configuration/integrationtest/pom.xml @@ -65,7 +65,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/forwardingrulesmanager/api/pom.xml b/opendaylight/forwardingrulesmanager/api/pom.xml index d46d1d4787..d63d2c7646 100644 --- a/opendaylight/forwardingrulesmanager/api/pom.xml +++ b/opendaylight/forwardingrulesmanager/api/pom.xml @@ -83,7 +83,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index 2e12cf4b3b..35c42f72ae 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -128,7 +128,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 5762fadf68..be902ce385 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -71,7 +71,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/hosttracker/api/pom.xml b/opendaylight/hosttracker/api/pom.xml index e8ccd1a7bc..5846aa3d1a 100644 --- a/opendaylight/hosttracker/api/pom.xml +++ b/opendaylight/hosttracker/api/pom.xml @@ -62,7 +62,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/hosttracker/implementation/pom.xml b/opendaylight/hosttracker/implementation/pom.xml index c3b25a014e..a0f9abb767 100644 --- a/opendaylight/hosttracker/implementation/pom.xml +++ b/opendaylight/hosttracker/implementation/pom.xml @@ -127,7 +127,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index c308e720fc..a758f246e8 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -70,7 +70,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/hosttracker_new/api/pom.xml b/opendaylight/hosttracker_new/api/pom.xml index 7fbcd9bc67..d8b5a48435 100644 --- a/opendaylight/hosttracker_new/api/pom.xml +++ b/opendaylight/hosttracker_new/api/pom.xml @@ -61,7 +61,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/hosttracker_new/implementation/pom.xml b/opendaylight/hosttracker_new/implementation/pom.xml index 5222ecf601..f384e18177 100644 --- a/opendaylight/hosttracker_new/implementation/pom.xml +++ b/opendaylight/hosttracker_new/implementation/pom.xml @@ -108,7 +108,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index e6a2d155e9..1a450bf3c5 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -67,7 +67,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/northbound/flowprogrammer/pom.xml b/opendaylight/northbound/flowprogrammer/pom.xml index 645b1b6ac6..af2c18a217 100644 --- a/opendaylight/northbound/flowprogrammer/pom.xml +++ b/opendaylight/northbound/flowprogrammer/pom.xml @@ -79,7 +79,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/northbound/hosttracker/pom.xml b/opendaylight/northbound/hosttracker/pom.xml index 160bceaa58..040484e695 100644 --- a/opendaylight/northbound/hosttracker/pom.xml +++ b/opendaylight/northbound/hosttracker/pom.xml @@ -84,7 +84,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/northbound/integrationtest/pom.xml b/opendaylight/northbound/integrationtest/pom.xml index 120036566d..3bcd94d1da 100644 --- a/opendaylight/northbound/integrationtest/pom.xml +++ b/opendaylight/northbound/integrationtest/pom.xml @@ -134,7 +134,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/northbound/subnets/pom.xml b/opendaylight/northbound/subnets/pom.xml index 1ad3075b54..bdf0b988f8 100644 --- a/opendaylight/northbound/subnets/pom.xml +++ b/opendaylight/northbound/subnets/pom.xml @@ -99,7 +99,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/northbound/switchmanager/pom.xml b/opendaylight/northbound/switchmanager/pom.xml index bb3ca4bd42..e4447fee2d 100644 --- a/opendaylight/northbound/switchmanager/pom.xml +++ b/opendaylight/northbound/switchmanager/pom.xml @@ -80,7 +80,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT diff --git a/opendaylight/routing/dijkstra_implementation/pom.xml b/opendaylight/routing/dijkstra_implementation/pom.xml index 0d77ec9fa5..eeea5d91d7 100644 --- a/opendaylight/routing/dijkstra_implementation/pom.xml +++ b/opendaylight/routing/dijkstra_implementation/pom.xml @@ -64,7 +64,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/samples/loadbalancer/pom.xml b/opendaylight/samples/loadbalancer/pom.xml index bbef893505..69163c6939 100644 --- a/opendaylight/samples/loadbalancer/pom.xml +++ b/opendaylight/samples/loadbalancer/pom.xml @@ -81,7 +81,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/samples/simpleforwarding/pom.xml b/opendaylight/samples/simpleforwarding/pom.xml index ac9d20b031..859248b755 100644 --- a/opendaylight/samples/simpleforwarding/pom.xml +++ b/opendaylight/samples/simpleforwarding/pom.xml @@ -77,7 +77,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT junit diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index acba080a99..24384a525a 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -75,7 +75,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index f701bf0bd3..85bbb15f70 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -114,7 +114,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/switchmanager/integrationtest/pom.xml b/opendaylight/switchmanager/integrationtest/pom.xml index 37f68260bc..53470c877b 100644 --- a/opendaylight/switchmanager/integrationtest/pom.xml +++ b/opendaylight/switchmanager/integrationtest/pom.xml @@ -21,7 +21,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/topologymanager/implementation/pom.xml b/opendaylight/topologymanager/implementation/pom.xml index a2fc91c29c..a91e7275ba 100755 --- a/opendaylight/topologymanager/implementation/pom.xml +++ b/opendaylight/topologymanager/implementation/pom.xml @@ -76,7 +76,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT junit diff --git a/opendaylight/topologymanager/integrationtest/pom.xml b/opendaylight/topologymanager/integrationtest/pom.xml index 8d949f42b1..0058a475a7 100644 --- a/opendaylight/topologymanager/integrationtest/pom.xml +++ b/opendaylight/topologymanager/integrationtest/pom.xml @@ -76,7 +76,6 @@ org.opendaylight.controller switchmanager - 0.5.0-SNAPSHOT diff --git a/opendaylight/web/devices/pom.xml b/opendaylight/web/devices/pom.xml index d894fd7d47..38fef96a8c 100644 --- a/opendaylight/web/devices/pom.xml +++ b/opendaylight/web/devices/pom.xml @@ -103,7 +103,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/web/flows/pom.xml b/opendaylight/web/flows/pom.xml index 66b216ecc2..f0393c19cb 100644 --- a/opendaylight/web/flows/pom.xml +++ b/opendaylight/web/flows/pom.xml @@ -107,7 +107,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index fa75580102..85388d9b05 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -128,7 +128,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.springframework diff --git a/opendaylight/web/topology/pom.xml b/opendaylight/web/topology/pom.xml index 83d5c4547d..226dcc87b7 100644 --- a/opendaylight/web/topology/pom.xml +++ b/opendaylight/web/topology/pom.xml @@ -106,7 +106,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/web/troubleshoot/pom.xml b/opendaylight/web/troubleshoot/pom.xml index 07f568b05c..bb5e9f1f18 100644 --- a/opendaylight/web/troubleshoot/pom.xml +++ b/opendaylight/web/troubleshoot/pom.xml @@ -104,7 +104,6 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT org.opendaylight.controller -- 2.36.6