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 e71412f41 SM-5815: Create OSGi bundle for opensearch 2.18.0
e71412f41 is described below
commit e71412f41f909dfc54b251c830d46add79f6ded6
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 06:24:02 2025 +0200
SM-5815: Create OSGi bundle for opensearch 2.18.0
---
{opensearch-2.17.1 => opensearch-2.18.0}/pom.xml | 7 +++----
pom.xml | 1 +
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opensearch-2.17.1/pom.xml b/opensearch-2.18.0/pom.xml
similarity index 97%
rename from opensearch-2.17.1/pom.xml
rename to opensearch-2.18.0/pom.xml
index bf3d1d6e3..00dfd0695 100644
--- a/opensearch-2.17.1/pom.xml
+++ b/opensearch-2.18.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.17.1_2-SNAPSHOT</version>
+ <version>2.18.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.17.1</pkgVersion>
-
<servicemix.osgi.source.version>2.17.1.1</servicemix.osgi.source.version>
+ <pkgVersion>2.18.0</pkgVersion>
+
<servicemix.osgi.source.version>2.18.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 5e7d7731b..d16375ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,6 +231,7 @@
<module>lucene-queryparser-10.2.0</module>
<module>lucene-sandbox-10.2.0</module>
<module>xstream-1.4.21</module>
+<module>opensearch-2.18.0</module>
</modules>
</project>