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 99cb939fc [SM-5428] Create OSGi bundle for elasticsearch-java 8.5.3
99cb939fc is described below
commit 99cb939fc0076ec9bbd8326c59dd683bd590a2b3
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Dec 31 08:21:12 2022 +0100
[SM-5428] Create OSGi bundle for elasticsearch-java 8.5.3
---
{elasticsearch-java-8.5.2 => elasticsearch-java-8.5.3}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/elasticsearch-java-8.5.2/pom.xml b/elasticsearch-java-8.5.3/pom.xml
similarity index 96%
rename from elasticsearch-java-8.5.2/pom.xml
rename to elasticsearch-java-8.5.3/pom.xml
index 8979adff1..41d7ab8b4 100644
--- a/elasticsearch-java-8.5.2/pom.xml
+++ b/elasticsearch-java-8.5.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.elasticsearch-java</artifactId>
- <version>8.5.2_2-SNAPSHOT</version>
+ <version>8.5.3_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: Elasticsearch Java Client</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
files.</description>
@@ -39,14 +39,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>
<pkgGroupId>co.elastic.clients</pkgGroupId>
<pkgArtifactId>elasticsearch-java</pkgArtifactId>
- <pkgVersion>8.5.2</pkgVersion>
-
<servicemix.osgi.source.version>8.5.2.1</servicemix.osgi.source.version>
+ <pkgVersion>8.5.3</pkgVersion>
+
<servicemix.osgi.source.version>8.5.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
co.elastic.clients*,
org.elasticsearch.client*
diff --git a/elasticsearch-java-8.5.2/src/main/resources/OSGI-INF/bundle.info
b/elasticsearch-java-8.5.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from elasticsearch-java-8.5.2/src/main/resources/OSGI-INF/bundle.info
rename to elasticsearch-java-8.5.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 58e440b2e..28ebc6aa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
<module>opensearch-2.4.1</module>
<module>thymeleaf-3.1.1.RELEASE</module>
<module>grpc-1.51.1</module>
+ <module>elasticsearch-java-8.5.3</module>
</modules>
</project>