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 6a5412eef SM-5624: Create OSGi bundle for opensearch 2.10.0
6a5412eef is described below

commit 6a5412eeffddd58c9a182a6e22df7d838810b94d
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Sat Sep 30 16:07:01 2023 +0200

    SM-5624: Create OSGi bundle for opensearch 2.10.0
---
 {opensearch-2.9.0 => opensearch-2.10.0}/pom.xml | 9 ++++-----
 pom.xml                                         | 1 +
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opensearch-2.9.0/pom.xml b/opensearch-2.10.0/pom.xml
similarity index 96%
rename from opensearch-2.9.0/pom.xml
rename to opensearch-2.10.0/pom.xml
index 2f983e038..feab9d268 100644
--- a/opensearch-2.9.0/pom.xml
+++ b/opensearch-2.10.0/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.opensearch</artifactId>
     <packaging>bundle</packaging>
-    <version>2.9.0_2-SNAPSHOT</version>
+    <version>2.10.0_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: Opensearch</name>
     <description>
         This OSGi bundle wraps opensearch, opensearch-rest-client, 
opensearch-rest-client-sniffer, opensearch-rest-high-level-client jar files.
@@ -41,12 +41,11 @@
         
<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>
-        <pkgVersion>2.9.0</pkgVersion>
-        
<servicemix.osgi.source.version>2.9.0.1</servicemix.osgi.source.version>
+        <pkgVersion>2.10.0</pkgVersion>
+        
<servicemix.osgi.source.version>2.10.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
           org.opensearch
         </servicemix.osgi.export.pkg>
diff --git a/pom.xml b/pom.xml
index a6da77bfc..809a5e1bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,7 @@
       <module>avro-1.11.3</module>
       <module>avro-ipc-1.11.3</module>
       <module>elasticsearch-java-8.10.2</module>
+      <module>opensearch-2.10.0</module>
     </modules>
 
 </project>

Reply via email to