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 f838f286a [SM-5469] Create OSGi bundle for opensearch 2.5.0
f838f286a is described below
commit f838f286a94aa2357024698a87ebf02e8d8cb027
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jan 28 17:41:09 2023 +0100
[SM-5469] Create OSGi bundle for opensearch 2.5.0
---
{opensearch-2.4.1 => opensearch-2.5.0}/pom.xml | 9 ++++-----
pom.xml | 1 +
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opensearch-2.4.1/pom.xml b/opensearch-2.5.0/pom.xml
similarity index 96%
rename from opensearch-2.4.1/pom.xml
rename to opensearch-2.5.0/pom.xml
index 172d81d20..f7dc6dfd5 100644
--- a/opensearch-2.4.1/pom.xml
+++ b/opensearch-2.5.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.4.1_2-SNAPSHOT</version>
+ <version>2.5.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,14 +41,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>
- <pkgVersion>2.4.1</pkgVersion>
- <servicemix.osgi.source.version>2.4.1.1</servicemix.osgi.source.version>
+ <pkgVersion>2.5.0</pkgVersion>
+
<servicemix.osgi.source.version>2.5.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
- org.opensearch
+ org.opensearch
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
</servicemix.osgi.import.pkg>
diff --git a/pom.xml b/pom.xml
index c59d597d6..e45ae5c90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
<module>okio-3.3.0</module>
<module>google-gax-grpc-2.22.0</module>
<module>ant-1.10.13</module>
+ <module>opensearch-2.5.0</module>
</modules>
</project>