You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/02/18 14:07:45 UTC

[1/4] servicemix-bundles git commit: [SM-3262] Upgrade plugins in bundles-pom

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 4aa8eff34 -> ce5e82622


[SM-3262] Upgrade plugins in bundles-pom


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/1ee464e5
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1ee464e5
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1ee464e5

Branch: refs/heads/master
Commit: 1ee464e5c9ee8f0e80bc66cf772c264991884d87
Parents: 4aa8eff
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Feb 18 14:29:50 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Feb 18 14:29:50 2017 +0100

----------------------------------------------------------------------
 bundles-pom/pom.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1ee464e5/bundles-pom/pom.xml
----------------------------------------------------------------------
diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml
index a7f3672..9efb866 100644
--- a/bundles-pom/pom.xml
+++ b/bundles-pom/pom.xml
@@ -80,7 +80,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.1</version>
+                    <version>2.5.3</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>
@@ -94,7 +94,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.16</version>
+                    <version>2.19.1</version>
                     <configuration>
                         <skip>true</skip>
                     </configuration>
@@ -102,7 +102,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>1.7.1</version>
+                    <version>3.0.0</version>
                     <executions>
                         <execution>
                             <id>sources</id>
@@ -143,7 +143,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>2.2.1</version>
+                    <version>3.0.1</version>
                     <executions>
                         <execution>
                             <phase>generate-sources</phase>
@@ -159,17 +159,17 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.7</version>
+                    <version>1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jarsigner-plugin</artifactId>
-                    <version>1.2</version>
+                    <version>1.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.6.1</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>
@@ -183,7 +183,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>3.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -194,7 +194,7 @@
                         <Private-Package>${servicemix.osgi.private.pkg}</Private-Package>
                         <DynamicImport-Package>${servicemix.osgi.dynamicimport.pkg}</DynamicImport-Package>
                         <Embed-Dependency>${servicemix.osgi.embed.dependency}</Embed-Dependency>
-                        <Bundle-NativeCode>${servicemix.osgi.native}</Bundle-NativeCode>
+                        <!-- <Bundle-NativeCode>${servicemix.osgi.native}</Bundle-NativeCode> -->
                         <Bundle-Activator>${servicemix.osgi.activator}</Bundle-Activator>
                         <Fragment-Host>${servicemix.osgi.fragment.host}</Fragment-Host>
                         <Provide-Capability>${servicemix.osgi.provide.capability}</Provide-Capability>
@@ -212,7 +212,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.8</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <id>copy-legal</id>
@@ -267,7 +267,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.4</version>
+                <version>3.0.0</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.servicemix.bundles</groupId>
@@ -302,7 +302,7 @@
                     <plugin>
                         <inherited>true</inherited>
                         <artifactId>maven-deploy-plugin</artifactId>
-                        <version>2.8.1</version>
+                        <version>2.8.2</version>
                         <configuration>
                             <updateReleaseInfo>true</updateReleaseInfo>
                         </configuration>
@@ -310,7 +310,7 @@
                     <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.4</version>
+                        <version>1.6</version>
                         <executions>
                             <execution>
                                 <goals>


[2/4] servicemix-bundles git commit: [SM-3261] Extend jackson version import range in elasticsearch bundles

Posted by jb...@apache.org.
[SM-3261] Extend jackson version import range in elasticsearch bundles


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/86244ac8
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/86244ac8
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/86244ac8

Branch: refs/heads/master
Commit: 86244ac8dc1d37df01beb19b51e5cf434782732d
Parents: 1ee464e
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Feb 18 14:57:58 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Feb 18 14:57:58 2017 +0100

----------------------------------------------------------------------
 elasticsearch-2.3.0/pom.xml |  9 ++++-----
 elasticsearch-2.3.1/pom.xml |  9 ++++-----
 elasticsearch-2.3.5/pom.xml |  9 ++++-----
 elasticsearch-2.4.0/pom.xml |  9 ++++-----
 elasticsearch-2.4.3/pom.xml | 10 ++++------
 5 files changed, 20 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/86244ac8/elasticsearch-2.3.0/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-2.3.0/pom.xml b/elasticsearch-2.3.0/pom.xml
index aa6d6cb..358d890 100644
--- a/elasticsearch-2.3.0/pom.xml
+++ b/elasticsearch-2.3.0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>12</version>
+        <version>13-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -52,8 +52,8 @@
         <servicemix.osgi.import.pkg>
             com.google.common.collect,
             com.fasterxml.jackson.core;version="[2.6,3)",
-            com.fasterxml.jackson.dataformat.yaml,
-            com.fasterxml.jackson.dataformat.smile,
+            com.fasterxml.jackson.dataformat.yaml;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.smile;version="[2.6,3)",
             com.sun.jna;resolution:=optional,
             com.ning.compress.lzf.util,
             *;resolution:=optional
@@ -62,11 +62,10 @@
             org.joda.time*;-split-package:=merge-first,
             org.apache.lucene*;-split-package:=merge-first,
             org.tartarus.snowball*,
-            org.apache.regexp,
             com.twitter.jsr166e,
             com.tdunning.math.stats,
             com.carrotsearch.hppc*,
-            META-INF.*
+            META-INF.*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/86244ac8/elasticsearch-2.3.1/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-2.3.1/pom.xml b/elasticsearch-2.3.1/pom.xml
index 04369d0..e642be3 100644
--- a/elasticsearch-2.3.1/pom.xml
+++ b/elasticsearch-2.3.1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>12</version>
+        <version>13-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -52,8 +52,8 @@
         <servicemix.osgi.import.pkg>
             com.google.common.collect,
             com.fasterxml.jackson.core;version="[2.6,3)",
-            com.fasterxml.jackson.dataformat.yaml,
-            com.fasterxml.jackson.dataformat.smile,
+            com.fasterxml.jackson.dataformat.yaml;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.smile;version="[2.6,3)",
             com.sun.jna;resolution:=optional,
             com.ning.compress.lzf.util,
             *;resolution:=optional
@@ -62,11 +62,10 @@
             org.joda.time*;-split-package:=merge-first,
             org.apache.lucene*;-split-package:=merge-first,
             org.tartarus.snowball*,
-            org.apache.regexp,
             com.twitter.jsr166e,
             com.tdunning.math.stats,
             com.carrotsearch.hppc*,
-            META-INF.*
+            META-INF.*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/86244ac8/elasticsearch-2.3.5/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-2.3.5/pom.xml b/elasticsearch-2.3.5/pom.xml
index b9b6c5b..0be2410 100644
--- a/elasticsearch-2.3.5/pom.xml
+++ b/elasticsearch-2.3.5/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>12</version>
+        <version>13-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -52,8 +52,8 @@
         <servicemix.osgi.import.pkg>
             com.google.common.collect,
             com.fasterxml.jackson.core;version="[2.6,3)",
-            com.fasterxml.jackson.dataformat.yaml,
-            com.fasterxml.jackson.dataformat.smile,
+            com.fasterxml.jackson.dataformat.yaml;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.smile;version="[2.6,3)",
             com.sun.jna;resolution:=optional,
             com.ning.compress.lzf.util,
             *;resolution:=optional
@@ -62,11 +62,10 @@
             org.joda.time*;-split-package:=merge-first,
             org.apache.lucene*;-split-package:=merge-first,
             org.tartarus.snowball*,
-            org.apache.regexp,
             com.twitter.jsr166e,
             com.tdunning.math.stats,
             com.carrotsearch.hppc*,
-            META-INF.*
+            META-INF.*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/86244ac8/elasticsearch-2.4.0/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-2.4.0/pom.xml b/elasticsearch-2.4.0/pom.xml
index 0535ad4..5cc7de9 100644
--- a/elasticsearch-2.4.0/pom.xml
+++ b/elasticsearch-2.4.0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>12</version>
+        <version>13-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -52,8 +52,8 @@
         <servicemix.osgi.import.pkg>
             com.google.common.collect,
             com.fasterxml.jackson.core;version="[2.6,3)",
-            com.fasterxml.jackson.dataformat.yaml,
-            com.fasterxml.jackson.dataformat.smile,
+            com.fasterxml.jackson.dataformat.yaml;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.smile;version="[2.6,3)",
             com.sun.jna;resolution:=optional,
             com.ning.compress.lzf.util,
             *;resolution:=optional
@@ -62,11 +62,10 @@
             org.joda.time*;-split-package:=merge-first,
             org.apache.lucene*;-split-package:=merge-first,
             org.tartarus.snowball*,
-            org.apache.regexp,
             com.twitter.jsr166e,
             com.tdunning.math.stats,
             com.carrotsearch.hppc*,
-            META-INF.*
+            META-INF.*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/86244ac8/elasticsearch-2.4.3/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-2.4.3/pom.xml b/elasticsearch-2.4.3/pom.xml
index 71001a6..88c41f3 100644
--- a/elasticsearch-2.4.3/pom.xml
+++ b/elasticsearch-2.4.3/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>12</version>
+        <version>13-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -52,8 +52,8 @@
         <servicemix.osgi.import.pkg>
             com.google.common.collect,
             com.fasterxml.jackson.core;version="[2.6,3)",
-            com.fasterxml.jackson.dataformat.yaml,
-            com.fasterxml.jackson.dataformat.smile,
+            com.fasterxml.jackson.dataformat.yaml;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.smile;version="[2.6,3)",
             com.sun.jna;resolution:=optional,
             com.ning.compress.lzf.util,
             *;resolution:=optional
@@ -62,11 +62,9 @@
             org.joda.time*;-split-package:=merge-first,
             org.apache.lucene*;-split-package:=merge-first,
             org.tartarus.snowball*,
-            org.apache.regexp,
             com.twitter.jsr166e,
             com.tdunning.math.stats,
-            com.carrotsearch.hppc*,
-            META-INF.*
+            com.carrotsearch.hppc*
         </servicemix.osgi.private.pkg>
     </properties>
 


[3/4] servicemix-bundles git commit: Fix META-INF import in elasticsearch 2.4.3 bundle

Posted by jb...@apache.org.
Fix META-INF import in elasticsearch 2.4.3 bundle


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/db6acdaf
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/db6acdaf
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/db6acdaf

Branch: refs/heads/master
Commit: db6acdafc10f0b3200261dcc8048b4a92ee289e0
Parents: 86244ac
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Feb 18 15:01:23 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Feb 18 15:01:23 2017 +0100

----------------------------------------------------------------------
 elasticsearch-2.4.3/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/db6acdaf/elasticsearch-2.4.3/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-2.4.3/pom.xml b/elasticsearch-2.4.3/pom.xml
index 88c41f3..0e847de 100644
--- a/elasticsearch-2.4.3/pom.xml
+++ b/elasticsearch-2.4.3/pom.xml
@@ -64,7 +64,8 @@
             org.tartarus.snowball*,
             com.twitter.jsr166e,
             com.tdunning.math.stats,
-            com.carrotsearch.hppc*
+            com.carrotsearch.hppc*,
+            META-INF.*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
 


[4/4] servicemix-bundles git commit: [SM-3142] Create OSGi bundle for elasticsearch 5.1.2

Posted by jb...@apache.org.
[SM-3142] Create OSGi bundle for elasticsearch 5.1.2


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/ce5e8262
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ce5e8262
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ce5e8262

Branch: refs/heads/master
Commit: ce5e82622eea4379c76ad20b88ff5f45678b7f36
Parents: db6acda
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Feb 18 15:06:39 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Feb 18 15:06:39 2017 +0100

----------------------------------------------------------------------
 elasticsearch-5.1.2/pom.xml                     | 130 +++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  17 +++
 pom.xml                                         |   7 +
 3 files changed, 154 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ce5e8262/elasticsearch-5.1.2/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-5.1.2/pom.xml b/elasticsearch-5.1.2/pom.xml
new file mode 100644
index 0000000..fe9bc3a
--- /dev/null
+++ b/elasticsearch-5.1.2/pom.xml
@@ -0,0 +1,130 @@
+<?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>13-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
+    <version>5.1.2_1-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>5.1.2</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.elasticsearch
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.google.common.collect,
+            com.fasterxml.jackson.core;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.yaml;version="[2.6,3)",
+            com.fasterxml.jackson.dataformat.smile;version="[2.6,3)",
+            com.sun.jna;resolution:=optional,
+            com.ning.compress.lzf.util,
+            *;resolution:=optional
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            org.joda.time*;-split-package:=merge-first,
+            org.apache.lucene*;-split-package:=merge-first,
+            org.tartarus.snowball*,
+            com.tdunning.math.stats,
+            com.carrotsearch.hppc*,
+            META-INF.*;-split-package:=merge-first
+        </servicemix.osgi.private.pkg>
+    </properties>
+
+    <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/ce5e8262/elasticsearch-5.1.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/elasticsearch-5.1.2/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-5.1.2/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..af11bfd
--- /dev/null
+++ b/elasticsearch-5.1.2/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,17 @@
+\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/ce5e8262/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b0c0621..2a8db94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
 
     <modules>
         <!-- add modules for all bundles to released in the next batch here -->
+        <module>bundles-pom</module>
         <module>olingo-odata2-api-2.0.8</module>
         <module>olingo-odata2-core-2.0.8</module>
         <module>orbitz-consul-client-0.13.9</module>
@@ -50,6 +51,12 @@
         <module>libphonenumber-8.1.0</module>
         <module>sparkjava-core-2.5.5</module>
         <module>dnsjava-2.1.8</module>
+        <module>elasticsearch-2.3.0</module>
+        <module>elasticsearch-2.3.1</module>
+        <module>elasticsearch-2.3.5</module>
+        <module>elasticsearch-2.4.0</module>
+        <module>elasticsearch-2.4.3</module>
+        <module>elasticsearch-5.1.2</module>
     </modules>
 
 </project>