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 aedd623f3 SM-5682: Create OSGi bundle for opensearch 2.11.1
aedd623f3 is described below
commit aedd623f39a65b1a8c6116eb1e50feaab77fed30
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 15:41:59 2024 +0100
SM-5682: Create OSGi bundle for opensearch 2.11.1
---
{opensearch-2.10.0 => opensearch-2.11.1}/pom.xml | 7 +++----
pom.xml | 1 +
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opensearch-2.10.0/pom.xml b/opensearch-2.11.1/pom.xml
similarity index 97%
rename from opensearch-2.10.0/pom.xml
rename to opensearch-2.11.1/pom.xml
index c96d26af3..1918e3eed 100644
--- a/opensearch-2.10.0/pom.xml
+++ b/opensearch-2.11.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.10.0_2-SNAPSHOT</version>
+ <version>2.11.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.10.0</pkgVersion>
-
<servicemix.osgi.source.version>2.10.0.1</servicemix.osgi.source.version>
+ <pkgVersion>2.11.1</pkgVersion>
+
<servicemix.osgi.source.version>2.11.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 595baf8ac..15604e38a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
<module>mybatis-3.5.15</module>
<module>gremlin-driver-3.7.1</module>
<module>aspectj-1.9.21.1</module>
+ <module>opensearch-2.11.1</module>
</modules>
</project>