Remove superfluous groupId. 61/361/1
authorDavid Erickson <daviderickson@cs.stanford.edu>
Sat, 18 May 2013 18:51:42 +0000 (11:51 -0700)
committerDavid Erickson <daviderickson@cs.stanford.edu>
Sat, 18 May 2013 18:51:42 +0000 (11:51 -0700)
The groupId is already specified in the
parent element, and the additional declaration
causes warnings in Eclipse.

Change-Id: If6adaabc4407a4ea5100ba8af666b05c333dae8d
Signed-off-by: David Erickson <daviderickson@cs.stanford.edu>
49 files changed:
opendaylight/arphandler/pom.xml
opendaylight/clustering/integrationtest/pom.xml
opendaylight/clustering/services/pom.xml
opendaylight/clustering/services_implementation/pom.xml
opendaylight/clustering/stub/pom.xml
opendaylight/clustering/test/pom.xml
opendaylight/configuration/api/pom.xml
opendaylight/configuration/implementation/pom.xml
opendaylight/containermanager/api/pom.xml
opendaylight/containermanager/implementation/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/forwarding/staticrouting/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/logging/bridge/pom.xml
opendaylight/northbound/commons/pom.xml
opendaylight/northbound/flowprogrammer/pom.xml
opendaylight/northbound/hosttracker/pom.xml
opendaylight/northbound/staticrouting/pom.xml
opendaylight/northbound/statistics/pom.xml
opendaylight/northbound/subnets/pom.xml
opendaylight/northbound/switchmanager/pom.xml
opendaylight/northbound/topology/pom.xml
opendaylight/protocol_plugins/openflow/pom.xml
opendaylight/protocol_plugins/stub/pom.xml
opendaylight/routing/dijkstra_implementation/pom.xml
opendaylight/sal/api/pom.xml
opendaylight/sal/implementation/pom.xml
opendaylight/samples/loadbalancer/pom.xml
opendaylight/samples/northbound/loadbalancer/pom.xml
opendaylight/samples/simpleforwarding/pom.xml
opendaylight/security/pom.xml
opendaylight/statisticsmanager/api/pom.xml
opendaylight/statisticsmanager/implementation/pom.xml
opendaylight/statisticsmanager/integrationtest/pom.xml
opendaylight/switchmanager/api/pom.xml
opendaylight/switchmanager/implementation/pom.xml
opendaylight/switchmanager/integrationtest/pom.xml
opendaylight/topologymanager/pom.xml
opendaylight/usermanager/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 80d8598d452b8d2dc501d411e6dc33fcb7307afe..6023904b750a483044bd537dfa4e9b8be5371517 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>arphandler</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 24a59d2b7a7095f8d8691be2937ea7697e607f46..f94d205b5277be2fb1c335e8fd1830b5f73057e2 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>clustering.services.integrationtest</artifactId>
   <version>0.4.0-SNAPSHOT</version>
 
index a5e09fa59effd24a90dd5e8e15f70d33e3b7e5f1..640e282122fdda5c214ceb16e0ada8a91abcd6e2 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>clustering.services</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index ee2f65d2c8fb166fc85230ade455e6ecf496168f..d6a39364f2280ce2bd1307deee5c26607a3345a2 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>clustering.services-implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index ab4ef5ad8664c0777a9dac66bb1d7b8ec53a28ae..a0863cfe0fa0d475f825051105e7681affe41a64 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>clustering.stub</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 7834a65e2789edf5c94b66a06908039785d93321..f6047de994239a22c177845e92e5f9a4cbdc1a76 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>clustering.test</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 3993b5e71fac9eacd0c47135a7f5866f1f701d8b..051d90b318fdf9f172b6dd802ead5b06cddeacb5 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>configuration</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 467e9ca1edaec8a3e656c6be2bca8873858df869..5e5f5e2b2e5f923f7397f629cffdac13748b4234 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>configuration.implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 2b354752b3ee44de021ef055ed83ed2e37b1729c..f4f741d638541a8e5762c8ae2ef0c5f7df185dc8 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>containermanager</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 9e2f5662ef38b78460ba34946cd2d216bbaf3761..4ff13a4530a66f16043d80411cf4a4c56f2e5279 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>containermanager.implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 986f074fa35286967c45205029eaa5a61f545eae..51885febcb1de1e917e04f46cee5756d8d317953 100644 (file)
@@ -26,7 +26,6 @@
     </repository>
   </repositories>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>distribution.opendaylight</artifactId>
   <version>0.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
index 28f3e25d4142771154c073c52aeda468532b26af..9ff42738122f36f6b2ba9c299afea87096f175c6 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>forwarding.staticrouting</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 382b11d4a3a1186bd4070557cbc4da114889b58a..ed3ec6094a57f28297b7c2bfb765a8b582e1c591 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>forwardingrulesmanager</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index d9faed36b9098fe94264a35639244e756e8ab493..1dd2c0580bce3871ce5da0d2e39f5f98ffd46733 100644 (file)
@@ -10,7 +10,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>forwardingrulesmanager.implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 7967d6f96991dc46b4ce32a30f9e31d7f2896d2c..31371da03825f6b01fc511a09c9135ceedef4f18 100644 (file)
@@ -10,7 +10,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>forwardingrulesmanager.integrationtest</artifactId>
   <version>0.4.0-SNAPSHOT</version>
 
index f60b386baf5e0f991911e1bd2453ea168408b85b..ea895dad0cce3facfa9e6dd8f469cd78182c9efa 100644 (file)
@@ -8,7 +8,6 @@
                <version>1.4.0-SNAPSHOT</version>\r
                <relativePath>../../commons/opendaylight</relativePath>\r
        </parent>\r
-       <groupId>org.opendaylight.controller</groupId>\r
        <artifactId>hosttracker</artifactId>\r
        <version>0.4.0-SNAPSHOT</version>\r
        <packaging>bundle</packaging>\r
index e7788d999ab42482b767e6ab812567fa7c60f7c0..82082425ec98f8386037a952a0e9f5bfc55ec33f 100644 (file)
@@ -9,7 +9,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>hosttracker.implementation</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index d68189ad0f47e1d096eb1b9d09ec21d9080837fb..e3aaad748a0ba3bd66ba5026bc2d8c2decf90d1d 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../../opendaylight/commons/opendaylight</relativePath>\r
   </parent>\r
 \r
-  <groupId>org.opendaylight.controller</groupId>\r
   <artifactId>hosttracker.integrationtest</artifactId>\r
   <version>0.4.0-SNAPSHOT</version>\r
   \r
index ba0ace7e0e70858e03d2030dc82ad6048b87688b..1a657677534fabd5c19a4c363d37754b04833de7 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>logging.bridge</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 3756e3d51d61b7a88742a0398cfbed1c11966d01..630239202446272bbb0e49b5500ed4b16f485f6f 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>commons.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index e28454ffc159c0a1e877b5a3259304891303d42c..b360b3934776ae3d3f2cbda060dc2de90ac79714 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>flowprogrammer.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 374b98418f7eae9a52ac52079cfff6bb06b5af1d..9b7647be2c7662677f299b899010790fea345bf7 100644 (file)
@@ -7,7 +7,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>hosttracker.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 3e76e0637fb6a7acbd965f41ffffcdf328e9ebcc..319de7ea5417ccedaa781d60e6b19344b48810d1 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>forwarding.staticrouting.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 326c9324fbd1b0e5c5cbe5b3aead761cf4d251c1..1f7f0ea73ed8a0c403c6c9bc032b83d910923d27 100644 (file)
@@ -7,8 +7,7 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  
-  <groupId>org.opendaylight.controller</groupId>
+
   <artifactId>statistics.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 3abb1be9c634cb8a34321dd053cafa74377d123c..196bf141fab98dbe7e4909c7674dfc2404b8fc71 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>subnets.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 7a97e176d5aa576908441bbb3462690e141e58e9..20893d028022114ec95af9a08bead1edf1ebb08d 100644 (file)
@@ -7,7 +7,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>switchmanager.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index b8eebe4a0feb92ccc59a4988566d5647e5b063ed..9718fe2ce7b5aae706fea9d36798d03365abee71 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>topology.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 23c0d9d90e3ff9b0fe3bb48713d45a6201c7a299..c95520c7ce1be9989740d67e757345e16a162811 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>protocol_plugins.openflow</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index c257099825317f3d6e788f8caad48d320b2b9741..a93965b4824de9865176c930f80cbdce51d77c4d 100644 (file)
@@ -8,7 +8,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>protocol_plugins.stub</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 06a684f26591fc2b14392dae3dcf8e4a7f7fb3e4..2aa056093701e8c849c15fde2163efdfa7fccdc2 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>routing.dijkstra_implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index e49ae8dbfdcfc451ff21c781ccfc2eea9f5331ed..4803418e149cf4f79a56214c1ba5b3ccb6105746 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>\r
   </parent>\r
 \r
-  <groupId>org.opendaylight.controller</groupId>\r
   <artifactId>sal</artifactId>\r
   <version>0.5.0-SNAPSHOT</version>\r
   <packaging>bundle</packaging>\r
index 57ccc4a9d7df6c8b39db1bebe741556b99e454ad..9a05efe8e81715a1b55141fd38b160243e947894 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>\r
   </parent>\r
 \r
-  <groupId>org.opendaylight.controller</groupId>\r
   <artifactId>sal.implementation</artifactId>\r
   <version>0.4.0-SNAPSHOT</version>\r
   <packaging>bundle</packaging>\r
index a7583c8ab383eea5b069086f913b8004cf0bf445..06b9f597b3557346da569f6952e861c27e6c3157 100644 (file)
@@ -9,7 +9,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>samples.loadbalancer</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index 94a6ae16c2b6abf10ded91fd16cf488fd81656dc..d692c4e83132429950e1eea6b7a3a8350cd2e794 100644 (file)
@@ -7,7 +7,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>samples.loadbalancer.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 342d8df8c45c384471eda8a7c26c8b304391e533..76b6e4565d57e6276a149f1f348d2ce9adb13f61 100644 (file)
@@ -8,7 +8,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>samples.simpleforwarding</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 2991afc1a413ea345b9b20e6491fea39d6e068e8..8eb3cc11667ff15db2735034561b95c1a8b5d7f1 100644 (file)
@@ -10,7 +10,6 @@
                <relativePath>../commons/opendaylight</relativePath>
        </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>security</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index 5c5b71dfb060b98718c785225a1a199b22494789..e4ae95b3fcde4fe76afc8239ff870ee9c4d9ed3f 100644 (file)
@@ -8,7 +8,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>statisticsmanager</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index fdc2efa5c207baf25b7bfe8ca90ae24ce53768c7..1786d003cd4c1be700e3339fbfc3d13ca2013b9f 100644 (file)
@@ -8,7 +8,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>statisticsmanager.implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 69c686c708563b2db9da3a490fcc38daf7f84778..aaf8a6fdbdfb254241c1a622ad11006078811cb4 100644 (file)
@@ -9,7 +9,6 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>statisticsmanager.integrationtest</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <dependencies>
index dbf3cf2024d0429702eba2beb202974d5a1140f4..91f91f92a492b0c9f61c8de28fa2a685faa6f4d4 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>switchmanager</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index 3477abf2c4b1f15f136bd83be7fd2838689a103f..55d3a3286d5a712ec68c374e9cdef6f8b56a3a01 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>switchmanager.implementation</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index bdf00f4e0ac71cdf2a3d6d74c741e78e5cfbafa1..755d0862e86e73f36339139bd622fa65ca42be46 100644 (file)
@@ -9,7 +9,6 @@
     <relativePath>../../../opendaylight/commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>switchmanager.integrationtest</artifactId>
   <version>0.4.0-SNAPSHOT</version>
 
index 29a060f477e9905256970f0cd7be78c68002c253..9a938f11a682a679d775342ebb43137cc38a6903 100755 (executable)
@@ -9,7 +9,6 @@
     <relativePath>../commons/opendaylight</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>topologymanager</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index eea85e25eaaa1f85742b5959b84dc9e534e346fb..71551648381dc6569567b6ab6e6463d9f53737a5 100644 (file)
@@ -10,7 +10,6 @@
                <relativePath>../commons/opendaylight</relativePath>
        </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>usermanager</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index 12cd17c6c32a97e1788c62afd4f71fc033d8e4fa..7bd88ab8c514262aa4010b420b3c2248398239fc 100644 (file)
@@ -8,7 +8,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>devices.web</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index 5333a7e6434bfa1f86eb0a40db49e5892532d667..21fa22c80648b0223e53399bd8effb49507b1f9b 100644 (file)
@@ -8,7 +8,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>flows.web</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index d30a6ac4c1cad7d5c4bcd9646e5304cb013100aa..e35e96065c13a1fc4796690f9b12013d1bd07a96 100644 (file)
@@ -9,7 +9,6 @@
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>web</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index b260e2d1f8b0bbd7130674b4bc51daf0746736cc..920f68070640ab898fc42a6ca33c30b4c11a8d80 100644 (file)
@@ -8,7 +8,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>topology.web</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
index 52958e116e15f68304c03cdc16d651e35b18f676..0b7b794cbbf4b9700711da0143f9bc8c19805b9a 100644 (file)
@@ -8,7 +8,6 @@
                <version>1.4.0-SNAPSHOT</version>
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>troubleshoot.web</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>