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 8a9528390 SM-5596: Create OSGi bundle for elasticsearch-java 8.9.1
8a9528390 is described below
commit 8a9528390027bc7efbbd6b8f5b1c123219a63b6f
Author: JB Onofré <[email protected]>
AuthorDate: Fri Aug 25 16:14:03 2023 +0200
SM-5596: Create OSGi bundle for elasticsearch-java 8.9.1
---
{elasticsearch-java-8.9.0 => elasticsearch-java-8.9.1}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/elasticsearch-java-8.9.0/pom.xml b/elasticsearch-java-8.9.1/pom.xml
similarity index 96%
rename from elasticsearch-java-8.9.0/pom.xml
rename to elasticsearch-java-8.9.1/pom.xml
index e8f9d348f..e32bff224 100644
--- a/elasticsearch-java-8.9.0/pom.xml
+++ b/elasticsearch-java-8.9.1/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.elasticsearch-java</artifactId>
- <version>8.9.0_1-SNAPSHOT</version>
+ <version>8.9.1_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: Elasticsearch Java Client</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
files.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>co.elastic.clients</pkgGroupId>
<pkgArtifactId>elasticsearch-java</pkgArtifactId>
- <pkgVersion>8.9.0</pkgVersion>
-
<servicemix.osgi.source.version>8.9.0.1</servicemix.osgi.source.version>
+ <pkgVersion>8.9.1</pkgVersion>
+
<servicemix.osgi.source.version>8.9.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
co.elastic.clients*,
org.elasticsearch.client*
diff --git a/elasticsearch-java-8.9.0/src/main/resources/OSGI-INF/bundle.info
b/elasticsearch-java-8.9.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from elasticsearch-java-8.9.0/src/main/resources/OSGI-INF/bundle.info
rename to elasticsearch-java-8.9.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2b37a3d60..caf15b514 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<module>fastjson-2.0.39</module>
<module>solr-solrj-9.3.0</module>
<module>opensearch-2.9.0</module>
- <module>elasticsearch-java-8.9.0</module>
+ <module>elasticsearch-java-8.9.1</module>
<module>spring-data-commons-3.1.2</module>
<module>spring-data-keyvalue-3.1.2</module>
<module>spring-data-redis-3.1.2</module>