http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.3/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-0.90.3/pom.xml b/elasticsearch-0.90.3/pom.xml
deleted file mode 100644
index 7c8b6f7..0000000
--- a/elasticsearch-0.90.3/pom.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>0.90.3_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>0.90.3</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.spatial4j.core*;resolution:=optional,
-            com.sun.jna;resolution:=optional,
-            com.vividsolutions.jts*;resolution:=optional,
-            javax.annotation,
-            javax.management*,
-            javax.net.ssl,
-            javax.xml*,
-            org.w3c.dom,
-            jsr166y;resolution:=optional,
-            org.apache.log4j*;resolution:=optional,
-            org.apache.regexp,
-            org.elasticsearch.common.joda.convert;resolution:=optional,
-            org.hyperic.sigar;resolution:=optional,
-            org.slf4j;resolution:=optional,
-            org.tartarus.snowball*,
-            org.xerial.snappy;resolution:=optional,
-            org.xml.sax*,
-            sun.misc;resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-first
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.3/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-0.90.3/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-0.90.3/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-0.90.3/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.5/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-0.90.5/pom.xml b/elasticsearch-0.90.5/pom.xml
deleted file mode 100644
index 0c4b653..0000000
--- a/elasticsearch-0.90.5/pom.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>0.90.5_3-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>0.90.5</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-first,
-            org.tartarus.snowball.*;-split-package:=merge-first,
-            META-INF.services; -split-package:=merge-first
-        </servicemix.osgi.private.pkg>
-        <servicemix.osgi.provide.capability>
-            osgi.serviceloader; 
osgi.serviceloader=org.apache.lucene.codecs.Codec,
-            osgi.serviceloader; 
osgi.serviceloader=org.apache.lucene.codecs.PostingsFormat,
-            osgi.serviceloader; 
osgi.serviceloader=org.apache.lucene.codecs.DocValuesFormat
-        </servicemix.osgi.provide.capability>
-        <servicmeix.osgi.require.capability>
-            osgi.extender; 
filter:="(osgi.extender=osgi.serviceloader.registrar)"
-        </servicmeix.osgi.require.capability>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec
----------------------------------------------------------------------
diff --git 
a/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec
 
b/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec
deleted file mode 100644
index ac52b24..0000000
--- 
a/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec
+++ /dev/null
@@ -1,6 +0,0 @@
-org.apache.lucene.codecs.lucene3x.Lucene3xCodec
-org.apache.lucene.codecs.lucene40.Lucene40Codec
-org.apache.lucene.codecs.lucene41.Lucene41Codec
-org.apache.lucene.codecs.lucene42.Lucene42Codec
-org.apache.lucene.codecs.simpletext.SimpleTextCodec
-org.apache.lucene.codecs.appending.AppendingCodec
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.DocValuesFormat
----------------------------------------------------------------------
diff --git 
a/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.DocValuesFormat
 
b/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.DocValuesFormat
deleted file mode 100644
index 2535187..0000000
--- 
a/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.DocValuesFormat
+++ /dev/null
@@ -1,3 +0,0 @@
-org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
-org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
-org.apache.lucene.codecs.simpletext.SimpleTextDocValuesFormat
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.PostingsFormat
----------------------------------------------------------------------
diff --git 
a/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.PostingsFormat
 
b/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.PostingsFormat
deleted file mode 100644
index cae49f0..0000000
--- 
a/elasticsearch-0.90.5/src/main/resources/META-INF/services/org.apache.lucene.codecs.PostingsFormat
+++ /dev/null
@@ -1,11 +0,0 @@
-org.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat
-org.elasticsearch.index.codec.postingsformat.ElasticSearch090PostingsFormat
-org.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
-org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
-org.apache.lucene.codecs.memory.DirectPostingsFormat
-org.apache.lucene.codecs.memory.MemoryPostingsFormat
-org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
-org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
-org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat
-org.apache.lucene.codecs.simpletext.SimpleTextPostingsFormat

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.5/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-0.90.5/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-0.90.5/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-0.90.5/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.0.0/pom.xml b/elasticsearch-1.0.0/pom.xml
deleted file mode 100644
index f5a1862..0000000
--- a/elasticsearch-1.0.0/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.0.0_5-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.0.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.0.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.0.0/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.0.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.0.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.0.1/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.0.1/pom.xml b/elasticsearch-1.0.1/pom.xml
deleted file mode 100644
index d3d7d2b..0000000
--- a/elasticsearch-1.0.1/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.0.1_5-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.0.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.0.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.0.1/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.0.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.0.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.1.0/pom.xml b/elasticsearch-1.1.0/pom.xml
deleted file mode 100644
index 5fc7a5e..0000000
--- a/elasticsearch-1.1.0/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.1.0_4-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.1.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.1.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.1.0/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.1.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.1.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.2.0/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.2.0/pom.xml b/elasticsearch-1.2.0/pom.xml
deleted file mode 100644
index 7d7f376..0000000
--- a/elasticsearch-1.2.0/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.2.0_3-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.2.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.2.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.2.0/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.2.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.2.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.2.1/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.2.1/pom.xml b/elasticsearch-1.2.1/pom.xml
deleted file mode 100644
index 574f1f8..0000000
--- a/elasticsearch-1.2.1/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.2.1_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.2.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.2.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.2.1/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.2.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.2.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.3.2/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.3.2/pom.xml b/elasticsearch-1.3.2/pom.xml
deleted file mode 100644
index a0a56ca..0000000
--- a/elasticsearch-1.3.2/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.3.2_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.3.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.3.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.3.2/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.3.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.3.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.3.4/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.3.4/pom.xml b/elasticsearch-1.3.4/pom.xml
deleted file mode 100644
index ed1aaee..0000000
--- a/elasticsearch-1.3.4/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.3.4_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.3.4</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.3.4/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.3.4/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.3.4/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.3.4/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.3.8/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.3.8/pom.xml b/elasticsearch-1.3.8/pom.xml
deleted file mode 100644
index d6d3320..0000000
--- a/elasticsearch-1.3.8/pom.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.3.8_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-        <tag>HEAD</tag>
-    </scm>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.3.8</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.3.8/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.3.8/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.3.8/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.3.8/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.4.0/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.4.0/pom.xml b/elasticsearch-1.4.0/pom.xml
deleted file mode 100644
index 19a6999..0000000
--- a/elasticsearch-1.4.0/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.4.0_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.4.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.4.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.4.0/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.4.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.4.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.4.1/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.4.1/pom.xml b/elasticsearch-1.4.1/pom.xml
deleted file mode 100644
index 86e50cd..0000000
--- a/elasticsearch-1.4.1/pom.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.4.1_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch</pkgGroupId>
-        <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>1.4.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.elasticsearch
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            *;resolution:=optional,
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.lucene*;-split-package:=merge-last,
-            org.tartarus.snowball*,
-            org.apache.regexp,
-            META-INF.*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>oss.sonatype.releases</id>
-            <name>OSS Sonatype Releases</name>
-            <url>https://oss.sonatype.org/content/repositories/releases</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>config/**</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>org.apache.lucene:*</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-1.4.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-1.4.1/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-1.4.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index af11bfd..0000000
--- a/elasticsearch-1.4.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    So, we build a web site or an application and want to add search to it, and
-    then it hits us: getting search working is hard. We want our search 
solution
-    to be fast, we want a painless setup and a completely free search schema, 
we
-    want to be able to index data simply using JSON over HTTP, we want our 
search
-    server to be always available, we want to be able to start with one machine
-    and scale to hundreds, we want real-time search, we want simple 
multi-tenancy,
-    and we want a solution that is built for the cloud.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m

Reply via email to