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 661ef54c3 [SM-5564] Create OSGi bundle for opensearch 2.8.0
661ef54c3 is described below

commit 661ef54c35ccf5a150b455d350b3f9e6065b4589
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Wed Jul 5 07:39:31 2023 +0200

    [SM-5564] Create OSGi bundle for opensearch 2.8.0
---
 {opensearch-2.6.0 => opensearch-2.8.0}/pom.xml | 7 +++----
 pom.xml                                        | 1 +
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opensearch-2.6.0/pom.xml b/opensearch-2.8.0/pom.xml
similarity index 97%
rename from opensearch-2.6.0/pom.xml
rename to opensearch-2.8.0/pom.xml
index e5c1b5142..68c92a058 100644
--- a/opensearch-2.6.0/pom.xml
+++ b/opensearch-2.8.0/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.opensearch</artifactId>
     <packaging>bundle</packaging>
-    <version>2.6.0_2-SNAPSHOT</version>
+    <version>2.8.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.6.0</pkgVersion>
-        
<servicemix.osgi.source.version>2.6.0.1</servicemix.osgi.source.version>
+        <pkgVersion>2.8.0</pkgVersion>
+        
<servicemix.osgi.source.version>2.8.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 6cb1d1ae6..95048c53a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
       <module>spring-security-test-6.1.1</module>
       <module>spring-security-web-6.1.1</module>
       <module>hadoop-client-3.3.6</module>
+      <module>opensearch-2.8.0</module>
     </modules>
 
 </project>

Reply via email to