This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 1024bf97f [SM-5518] Create OSGi bundle for elasticsearch-java 8.7.0
1024bf97f is described below

commit 1024bf97f8dfc10dc5fa3f2213f58da4492ae37b
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 17:55:54 2023 +0200

    [SM-5518] Create OSGi bundle for elasticsearch-java 8.7.0
---
 {elasticsearch-java-8.6.1 => elasticsearch-java-8.7.0}/pom.xml     | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/elasticsearch-java-8.6.1/pom.xml b/elasticsearch-java-8.7.0/pom.xml
similarity index 96%
rename from elasticsearch-java-8.6.1/pom.xml
rename to elasticsearch-java-8.7.0/pom.xml
index e11c2e35d..7893f2e06 100644
--- a/elasticsearch-java-8.6.1/pom.xml
+++ b/elasticsearch-java-8.7.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.elasticsearch-java</artifactId>
-    <version>8.6.1_2-SNAPSHOT</version>
+    <version>8.7.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: Elasticsearch Java Client</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
files.</description>
@@ -39,14 +39,13 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>co.elastic.clients</pkgGroupId>
         <pkgArtifactId>elasticsearch-java</pkgArtifactId>
-        <pkgVersion>8.6.1</pkgVersion>
-        
<servicemix.osgi.source.version>8.6.1.1</servicemix.osgi.source.version>
+        <pkgVersion>8.7.0</pkgVersion>
+        
<servicemix.osgi.source.version>8.7.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
            co.elastic.clients*,
            org.elasticsearch.client*
diff --git a/elasticsearch-java-8.6.1/src/main/resources/OSGI-INF/bundle.info 
b/elasticsearch-java-8.7.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from elasticsearch-java-8.6.1/src/main/resources/OSGI-INF/bundle.info
rename to elasticsearch-java-8.7.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 3624c9186..5da29d7f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,7 @@
                        <module>libphonenumber-8.13.9</module>
                        <module>spring-ldap-3.0.1</module>
                        <module>hadoop-client-3.3.5</module>
+                       <module>elasticsearch-java-8.7.0</module>
     </modules>
 
 </project>

Reply via email to