Declare switchmanager in dependencyManagement in commons, declare its 92/1692/4
authorAlissa Bonas <abonas@redhat.com>
Sun, 6 Oct 2013 13:36:36 +0000 (16:36 +0300)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 9 Oct 2013 15:15:48 +0000 (15:15 +0000)
version once, so it's inherited by child poms.

Change-Id: I48208159bd2058cc27386a89350fe1bd4cbb67f3
Signed-off-by: Alissa Bonas <abonas@redhat.com>
30 files changed:
opendaylight/arphandler/pom.xml
opendaylight/commons/opendaylight/pom.xml
opendaylight/configuration/integrationtest/pom.xml
opendaylight/forwardingrulesmanager/api/pom.xml
opendaylight/forwardingrulesmanager/implementation/pom.xml
opendaylight/forwardingrulesmanager/integrationtest/pom.xml
opendaylight/hosttracker/api/pom.xml
opendaylight/hosttracker/implementation/pom.xml
opendaylight/hosttracker/integrationtest/pom.xml
opendaylight/hosttracker_new/api/pom.xml
opendaylight/hosttracker_new/implementation/pom.xml
opendaylight/northbound/commons/pom.xml
opendaylight/northbound/flowprogrammer/pom.xml
opendaylight/northbound/hosttracker/pom.xml
opendaylight/northbound/integrationtest/pom.xml
opendaylight/northbound/subnets/pom.xml
opendaylight/northbound/switchmanager/pom.xml
opendaylight/routing/dijkstra_implementation/pom.xml
opendaylight/samples/loadbalancer/pom.xml
opendaylight/samples/simpleforwarding/pom.xml
opendaylight/statisticsmanager/integrationtest/pom.xml
opendaylight/switchmanager/implementation/pom.xml
opendaylight/switchmanager/integrationtest/pom.xml
opendaylight/topologymanager/implementation/pom.xml
opendaylight/topologymanager/integrationtest/pom.xml
opendaylight/web/devices/pom.xml
opendaylight/web/flows/pom.xml
opendaylight/web/root/pom.xml
opendaylight/web/topology/pom.xml
opendaylight/web/troubleshoot/pom.xml

index 367cf95c3ac41a2c15ec60b7559a28b87673d0d1..0ee88895263488ff3c0fcb9584831c689f35d233 100644 (file)
@@ -56,7 +56,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 9699b1a08f683ac4feddea5fbdddef9a961fc3d2..55998e52737243e9c118ce796fa4477d04e2a089 100644 (file)
        <artifactId>yang-model-api</artifactId>
        <version>${yangtools.version}</version>
       </dependency>
-
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>switchmanager</artifactId>
+        <version>0.5.1-SNAPSHOT</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
index dc080cd03efa421da3de2f9703dcc9075007e838..788c8e8a09ae52d08a420b5e79b8138f2eb566aa 100644 (file)
@@ -65,7 +65,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index d46d1d4787498cf1416ce3e83b9554c5769a8f60..d63d2c7646977801e356aed5fab579b9a77e74cd 100644 (file)
@@ -83,7 +83,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 2e12cf4b3b4065647f6f49eab59a3ee1e9f965e8..35c42f72ae2b9dd15a07c0f526c82715b4934399 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 5762fadf682abdde2548a86f41340a906cfc5bed..be902ce3852f440c4c24e35fe118646e301ab703 100644 (file)
@@ -71,7 +71,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index e8ccd1a7bc4dccc07d62f3198a571df2524a7945..5846aa3d1a81810dbd41abb26e5c50266feb561f 100644 (file)
@@ -62,7 +62,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index c3b25a014e0da774c75ed41a87c76f9c022c9c7f..a0f9abb7673e000ef1ece71ee0d4490bfdaca705 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index c308e720fc274261760993c49fe445799fd051a1..a758f246e8985432807d5745404e8a51e12e21e5 100644 (file)
@@ -70,7 +70,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 7fbcd9bc6786db407cb15eec9f1eb0ffaf27aff4..d8b5a4843550f374be970e9e93fcaaaa39eb99e0 100644 (file)
@@ -61,7 +61,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 5222ecf601618f80b64123168e62ccc00309d919..f384e181774733a8fe69cdcd4560d40ea1455a90 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index e6a2d155e9285c691ca3700d214bc98ed6524548..1a450bf3c5423387727115ab3c63bde06f9c3c23 100644 (file)
@@ -67,7 +67,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 645b1b6ac6ad01620e4e8a3a39384a4bda7964ef..af2c18a217a676c142c73040e29fe52aab80b586 100644 (file)
@@ -79,7 +79,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 160bceaa58329720cd6afdfa1a605eb7d3f6f81c..040484e6951c14fcca8a020ab8d1746f79dbfab7 100644 (file)
@@ -84,7 +84,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 120036566d1e62496f97fa78553754b46f7112f0..3bcd94d1da101c23a5a9bfcbac2a6a6ccb05a28e 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 1ad3075b54deed9e5e1bd0f3e75ff41faf0ee1cf..bdf0b988f815a88c85e0f593b4ed1d2405cdd23d 100644 (file)
@@ -99,7 +99,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index bb3ca4bd42b5ab21daa0907fd09dfddfc9d24633..e4447fee2d8528e75dbe0819b4a3a20303e56c92 100644 (file)
@@ -80,7 +80,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
index 0d77ec9fa55d0b53fb14d2980c8b49235d5f6331..eeea5d91d7e773cea232420f40c0462428358c7e 100644 (file)
@@ -64,7 +64,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index bbef8935052b26213bbae9aa59dee9a1f87a7ec9..69163c6939f40c141325a10cc881c095976e8b07 100644 (file)
@@ -81,7 +81,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index ac9d20b031c091b0d79f717a1f96c32067e8ea00..859248b755cb119dd2d56e3930d00a40c8964f8a 100644 (file)
@@ -77,7 +77,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
index acba080a99dd3a7cb5ffe0507edda4d521927b22..24384a525a3cb8e4a364e89d8343c815d13e3af0 100644 (file)
@@ -75,7 +75,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
 
       <dependency>
index f701bf0bd30ffa62e18271240073e47f9d520bbf..85bbb15f70260d4383d0c4b892502c55d3d7512d 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 37f68260bc051e3d1d32072c77968b4543189699..53470c877b277342ffbeb6699cb11d64c91f8bb9 100644 (file)
@@ -21,7 +21,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
       <dependency>
       <groupId>org.opendaylight.controller</groupId>
index a2fc91c29ce7c6d112503256e6a1c877f8c77826..a91e7275ba6ac5403ac4dee11baa363cbe80c694 100755 (executable)
@@ -76,7 +76,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
index 8d949f42b160db8e02bc271cc3840b17022e2b41..0058a475a71d98556943cf6cd6272194b28c4209 100644 (file)
@@ -76,7 +76,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
       <dependency>
index d894fd7d477a022be1a62993cf8867d6c4b3352d..38fef96a8c72f0292fab194240a53c4008550a35 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 66b216ecc2848eaa0ecc67f28543045274881ab9..f0393c19cb0a04eb0fffae836840bff46441411f 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index fa755801021f79f411f17996ab955aa85d8b0d83..85388d9b05f70587f6ba5006590411fac1363a25 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
index 83d5c4547d097e7ca8d4bd0e11c3ce77be45ac78..226dcc87b7fb8bf34fa94937ec5e79b86eb8d577 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
index 07f568b05c53740d23ce321f92317b1ed8f70fa1..bb5e9f1f18f1ac3682485e34f82088ee7e17ff3c 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>