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/07/27 06:06:01 UTC

[servicemix-bundles] branch master updated: [SM-5244] Create OSGi bundle for opensearch 2.1.0

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 40e318fd6 [SM-5244] Create OSGi bundle for opensearch 2.1.0
40e318fd6 is described below

commit 40e318fd68e4e17fef9ded42b52addb628c23536
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jul 27 08:05:37 2022 +0200

    [SM-5244] Create OSGi bundle for opensearch 2.1.0
---
 {opensearch-2.0.1 => opensearch-2.1.0}/pom.xml | 9 ++++-----
 pom.xml                                        | 1 +
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opensearch-2.0.1/pom.xml b/opensearch-2.1.0/pom.xml
similarity index 96%
rename from opensearch-2.0.1/pom.xml
rename to opensearch-2.1.0/pom.xml
index 67890da48..7f6ff0dcb 100644
--- a/opensearch-2.0.1/pom.xml
+++ b/opensearch-2.1.0/pom.xml
@@ -31,8 +31,8 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.opensearch</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: Google HTTP Client</name>
+    <version>2.1.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.
     </description>
@@ -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.0.1</pkgVersion>
-	<servicemix.osgi.source.version>2.0.1.1</servicemix.osgi.source.version>
+	<pkgVersion>2.1.0</pkgVersion>
+	<servicemix.osgi.source.version>2.1.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 db08d1d29..232483cdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
       <module>azure-messaging-eventhubs-5.12.2</module>
       <module>libphonenumber-8.12.52</module>
       <module>spring-integration-core-5.5.14</module>
+      <module>opensearch-2.1.0</module>
     </modules>
 
 </project>