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 3e70e4108 SM-5774: Create OSGi bundle for opensearch 2.17.1
3e70e4108 is described below
commit 3e70e410839f49d86a3e341589280eb615b4d450
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 07:54:30 2024 +0200
SM-5774: Create OSGi bundle for opensearch 2.17.1
---
{opensearch-2.11.1 => opensearch-2.17.1}/pom.xml | 7 +++----
pom.xml | 1 +
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opensearch-2.11.1/pom.xml b/opensearch-2.17.1/pom.xml
similarity index 97%
rename from opensearch-2.11.1/pom.xml
rename to opensearch-2.17.1/pom.xml
index 93eb13cc5..6d38cbf8d 100644
--- a/opensearch-2.11.1/pom.xml
+++ b/opensearch-2.17.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.11.1_2-SNAPSHOT</version>
+ <version>2.17.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.11.1</pkgVersion>
-
<servicemix.osgi.source.version>2.11.1.1</servicemix.osgi.source.version>
+ <pkgVersion>2.17.1</pkgVersion>
+
<servicemix.osgi.source.version>2.17.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 2ac95dfbb..99a5aa2d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,6 +206,7 @@
<module>c3p0-0.10.1</module>
<module>mchange-commons-java-0.3.1</module>
<module>aws-java-sdk-2.26.24</module>
+ <module>opensearch-2.17.1</module>
</modules>
</project>