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 2022/12/31 07:14:23 UTC

[servicemix-bundles] branch master updated: [SM-5433] Create OSGi bundle for opensearch 2.4.1

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 3c5b72d9b [SM-5433] Create OSGi bundle for opensearch 2.4.1
3c5b72d9b is described below

commit 3c5b72d9b00716cc0835e32c816507c0d918b6ab
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Dec 31 08:13:46 2022 +0100

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

diff --git a/opensearch-2.4.0/pom.xml b/opensearch-2.4.1/pom.xml
similarity index 97%
rename from opensearch-2.4.0/pom.xml
rename to opensearch-2.4.1/pom.xml
index 9c7a7dc60..d7a7ccc49 100644
--- a/opensearch-2.4.0/pom.xml
+++ b/opensearch-2.4.1/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.opensearch</artifactId>
     <packaging>bundle</packaging>
-    <version>2.4.0_2-SNAPSHOT</version>
+    <version>2.4.1_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.4.0</pkgVersion>
-	<servicemix.osgi.source.version>2.4.0.1</servicemix.osgi.source.version>
+	<pkgVersion>2.4.1</pkgVersion>
+	<servicemix.osgi.source.version>2.4.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
 		org.opensearch
         </servicemix.osgi.export.pkg>
diff --git a/pom.xml b/pom.xml
index 408bf9ae2..b4c2edd79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
     <modules>
       <module>google-gax-grpc-2.20.1</module>
       <module>libphonenumber-8.13.3</module>
+      <module>opensearch-2.4.1</module>
     </modules>
 
 </project>