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 419fce5ee SM-5846: Create OSGi bundle for elasticsearch-java 9.0.3
419fce5ee is described below
commit 419fce5eee8c8d73d34b666b99445036eceb9560
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jul 13 08:12:14 2025 +0200
SM-5846: Create OSGi bundle for elasticsearch-java 9.0.3
---
{elasticsearch-java-9.0.0 => elasticsearch-java-9.0.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-9.0.0/pom.xml b/elasticsearch-java-9.0.3/pom.xml
similarity index 96%
rename from elasticsearch-java-9.0.0/pom.xml
rename to elasticsearch-java-9.0.3/pom.xml
index 25914287e..960283962 100644
--- a/elasticsearch-java-9.0.0/pom.xml
+++ b/elasticsearch-java-9.0.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.elasticsearch-java</artifactId>
- <version>9.0.0_2-SNAPSHOT</version>
+ <version>9.0.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>9.0.0</pkgVersion>
-
<servicemix.osgi.source.version>9.0.0.1</servicemix.osgi.source.version>
+ <pkgVersion>9.0.3</pkgVersion>
+
<servicemix.osgi.source.version>9.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
co.elastic.clients*,
org.elasticsearch.client*
diff --git a/elasticsearch-java-9.0.0/src/main/resources/OSGI-INF/bundle.info
b/elasticsearch-java-9.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from elasticsearch-java-9.0.0/src/main/resources/OSGI-INF/bundle.info
rename to elasticsearch-java-9.0.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 92a05e37f..9f0cea686 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,7 @@
<module>hapi-fhir-structures-hl7org-dstu2-8.2.0</module>
<module>hapi-fhir-structures-r4-8.2.0</module>
<module>hapi-fhir-validation-8.2.0</module>
+<module>elasticsearch-java-9.0.3</module>
</modules>
</project>