Repository: camel Updated Branches: refs/heads/master 82ef800fd -> bdf3021d0
CAMEL-7346: Remove redundant groupId definition Signed-off-by: Gregor Zurowski <gre...@zurowski.org> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/29dee17a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/29dee17a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/29dee17a Branch: refs/heads/master Commit: 29dee17af39cf335f9c067e8d0280424ffb848b5 Parents: 82ef800 Author: Gregor Zurowski <gre...@zurowski.org> Authored: Sun Apr 6 17:26:39 2014 -0400 Committer: Gregor Zurowski <gre...@zurowski.org> Committed: Sun Apr 6 17:26:39 2014 -0400 ---------------------------------------------------------------------- components/camel-apns/pom.xml | 1 - components/camel-avro/pom.xml | 1 - components/camel-aws/pom.xml | 1 - components/camel-krati/pom.xml | 1 - components/camel-mongodb/pom.xml | 1 - components/camel-protobuf/pom.xml | 1 - components/camel-rabbitmq/pom.xml | 1 - components/camel-restlet/pom.xml | 1 - components/camel-rss/pom.xml | 1 - components/camel-sap-netweaver/pom.xml | 1 - components/camel-servlet/pom.xml | 1 - components/camel-servletlistener/pom.xml | 1 - components/camel-solr/pom.xml | 1 - components/camel-spring-integration/pom.xml | 1 - components/camel-spring-javaconfig/pom.xml | 1 - components/camel-spring-redis/pom.xml | 1 - components/camel-stream/pom.xml | 1 - components/camel-weather/pom.xml | 1 - parent/pom.xml | 1 - platforms/karaf/pom.xml | 1 - 20 files changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-apns/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-apns/pom.xml b/components/camel-apns/pom.xml index 4b09f1e..95feba0 100644 --- a/components/camel-apns/pom.xml +++ b/components/camel-apns/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-apns</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-avro/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-avro/pom.xml b/components/camel-avro/pom.xml index cc0b596..fd2d996 100644 --- a/components/camel-avro/pom.xml +++ b/components/camel-avro/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-avro</artifactId> <packaging>bundle</packaging> <name>Camel :: Avro</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-aws/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml index c6a2543..004b229 100644 --- a/components/camel-aws/pom.xml +++ b/components/camel-aws/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-krati/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-krati/pom.xml b/components/camel-krati/pom.xml index 4291d3b..2ed1b11 100644 --- a/components/camel-krati/pom.xml +++ b/components/camel-krati/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-krati</artifactId> <packaging>bundle</packaging> <name>Camel :: Krati</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml index 89b29f7..61195f8 100644 --- a/components/camel-mongodb/pom.xml +++ b/components/camel-mongodb/pom.xml @@ -26,7 +26,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-mongodb</artifactId> <packaging>bundle</packaging> <name>Camel :: MongoDB</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-protobuf/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml index 8f10650..47d1940 100755 --- a/components/camel-protobuf/pom.xml +++ b/components/camel-protobuf/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-protobuf</artifactId> <packaging>bundle</packaging> <name>Camel :: Protobuf</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-rabbitmq/pom.xml b/components/camel-rabbitmq/pom.xml index 74eacc8..613025e 100644 --- a/components/camel-rabbitmq/pom.xml +++ b/components/camel-rabbitmq/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-rabbitmq</artifactId> <packaging>bundle</packaging> <name>Camel :: RabbitMQ</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-restlet/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml index 1ccde83..70582a6 100644 --- a/components/camel-restlet/pom.xml +++ b/components/camel-restlet/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-restlet</artifactId> <packaging>bundle</packaging> <name>Camel :: Restlet</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-rss/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml index 637d6da..870b336 100644 --- a/components/camel-rss/pom.xml +++ b/components/camel-rss/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-rss</artifactId> <packaging>bundle</packaging> <name>Camel :: RSS</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-sap-netweaver/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-sap-netweaver/pom.xml b/components/camel-sap-netweaver/pom.xml index ae3dbf1..5235002 100644 --- a/components/camel-sap-netweaver/pom.xml +++ b/components/camel-sap-netweaver/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-sap-netweaver</artifactId> <packaging>bundle</packaging> <name>Camel :: SAP NetWeaver</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-servlet/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml index 8fa58a7..80f2d7b 100644 --- a/components/camel-servlet/pom.xml +++ b/components/camel-servlet/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-servlet</artifactId> <packaging>bundle</packaging> <name>Camel :: Servlet</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-servletlistener/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-servletlistener/pom.xml b/components/camel-servletlistener/pom.xml index 858b0af..cc994ef 100644 --- a/components/camel-servletlistener/pom.xml +++ b/components/camel-servletlistener/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-servletlistener</artifactId> <packaging>bundle</packaging> <name>Camel :: Servlet Listener</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 02aa439..a9e1cf3 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -23,7 +23,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-solr</artifactId> <packaging>bundle</packaging> <name>Camel :: Solr</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-spring-integration/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring-integration/pom.xml b/components/camel-spring-integration/pom.xml index 344db40..488cd91 100644 --- a/components/camel-spring-integration/pom.xml +++ b/components/camel-spring-integration/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-spring-integration</artifactId> <name>Camel :: Spring Integration</name> <description>Camel Spring Integration support</description> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-spring-javaconfig/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml index 650f5c9..2c3246f 100644 --- a/components/camel-spring-javaconfig/pom.xml +++ b/components/camel-spring-javaconfig/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-spring-javaconfig</artifactId> <name>Camel :: Spring JavaConfig</name> <description>Camel Spring JavaConfig support</description> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-spring-redis/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring-redis/pom.xml b/components/camel-spring-redis/pom.xml index a9bacbf..7129da7 100755 --- a/components/camel-spring-redis/pom.xml +++ b/components/camel-spring-redis/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-spring-redis</artifactId> <packaging>bundle</packaging> <name>Camel :: Redis</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-stream/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-stream/pom.xml b/components/camel-stream/pom.xml index d8cce4b..476a700 100644 --- a/components/camel-stream/pom.xml +++ b/components/camel-stream/pom.xml @@ -25,7 +25,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-stream</artifactId> <packaging>bundle</packaging> <name>Camel :: Stream</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/components/camel-weather/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-weather/pom.xml b/components/camel-weather/pom.xml index ce8ad19..ba8addf 100644 --- a/components/camel-weather/pom.xml +++ b/components/camel-weather/pom.xml @@ -25,7 +25,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>camel-weather</artifactId> <packaging>bundle</packaging> <name>Camel :: Weather</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index f308ea7..1f63380 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -24,7 +24,6 @@ <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> <packaging>pom</packaging> <name>Camel :: Parent</name> http://git-wip-us.apache.org/repos/asf/camel/blob/29dee17a/platforms/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml index fe24387..c6fcbb0 100644 --- a/platforms/karaf/pom.xml +++ b/platforms/karaf/pom.xml @@ -24,7 +24,6 @@ <version>2.14-SNAPSHOT</version> </parent> - <groupId>org.apache.camel</groupId> <artifactId>karaf</artifactId> <packaging>pom</packaging> <name>Camel :: Platforms :: Apache Karaf</name>