You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/01/28 20:25:47 UTC

[servicemix-bundles] branch master updated: [SM-4291] Create OSGi bundles for elasticsearch 7.5.2

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 65207a8  [SM-4291] Create OSGi bundles for elasticsearch 7.5.2
65207a8 is described below

commit 65207a848ff766f2e28599d983ba55fc12a41c22
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 28 21:24:32 2020 +0100

    [SM-4291] Create OSGi bundles for elasticsearch 7.5.2
---
 {elasticsearch-7.5.1 => elasticsearch-7.5.2}/pom.xml                 | 5 ++---
 .../src/main/java/org/elasticsearch/common/logging/Loggers.java      | 0
 .../src/main/resources/META-INF/org.apache.lucene.codecs.Codec       | 0
 .../main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat | 0
 .../main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat  | 0
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {elasticsearch-client-7.5.1 => elasticsearch-client-7.5.2}/pom.xml   | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 2 ++
 9 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/elasticsearch-7.5.1/pom.xml b/elasticsearch-7.5.2/pom.xml
similarity index 98%
rename from elasticsearch-7.5.1/pom.xml
rename to elasticsearch-7.5.2/pom.xml
index 262b67e..2cd307f 100644
--- a/elasticsearch-7.5.1/pom.xml
+++ b/elasticsearch-7.5.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>7.5.1_2-SNAPSHOT</version>
+    <version>7.5.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>org.elasticsearch</pkgGroupId>
         <pkgArtifactId>elasticsearch</pkgArtifactId>
-        <pkgVersion>7.5.1</pkgVersion>
+        <pkgVersion>7.5.2</pkgVersion>
         <servicemix.osgi.export>
             !org.elasticsearch.client*,
             org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first
diff --git a/elasticsearch-7.5.1/src/main/java/org/elasticsearch/common/logging/Loggers.java b/elasticsearch-7.5.2/src/main/java/org/elasticsearch/common/logging/Loggers.java
similarity index 100%
rename from elasticsearch-7.5.1/src/main/java/org/elasticsearch/common/logging/Loggers.java
rename to elasticsearch-7.5.2/src/main/java/org/elasticsearch/common/logging/Loggers.java
diff --git a/elasticsearch-7.5.1/src/main/resources/META-INF/org.apache.lucene.codecs.Codec b/elasticsearch-7.5.2/src/main/resources/META-INF/org.apache.lucene.codecs.Codec
similarity index 100%
rename from elasticsearch-7.5.1/src/main/resources/META-INF/org.apache.lucene.codecs.Codec
rename to elasticsearch-7.5.2/src/main/resources/META-INF/org.apache.lucene.codecs.Codec
diff --git a/elasticsearch-7.5.1/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat b/elasticsearch-7.5.2/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat
similarity index 100%
rename from elasticsearch-7.5.1/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat
rename to elasticsearch-7.5.2/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat
diff --git a/elasticsearch-7.5.1/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat b/elasticsearch-7.5.2/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat
similarity index 100%
rename from elasticsearch-7.5.1/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat
rename to elasticsearch-7.5.2/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat
diff --git a/elasticsearch-7.5.1/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-7.5.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from elasticsearch-7.5.1/src/main/resources/OSGI-INF/bundle.info
rename to elasticsearch-7.5.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/elasticsearch-client-7.5.1/pom.xml b/elasticsearch-client-7.5.2/pom.xml
similarity index 98%
rename from elasticsearch-client-7.5.1/pom.xml
rename to elasticsearch-client-7.5.2/pom.xml
index fe3250d..1339f81 100644
--- a/elasticsearch-client-7.5.1/pom.xml
+++ b/elasticsearch-client-7.5.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.elasticsearch-client</artifactId>
-    <version>7.5.1_2-SNAPSHOT</version>
+    <version>7.5.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: elasticsearch-client</name>
     <description>This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files.</description>
@@ -39,12 +39,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>
         <pkgGroupId>org.elasticsearch.client</pkgGroupId>
-        <pkgVersion>7.5.1</pkgVersion>
+        <pkgVersion>7.5.2</pkgVersion>
         <servicemix.osgi.export>
             org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first,
             org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first,
diff --git a/elasticsearch-client-7.5.1/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-7.5.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from elasticsearch-client-7.5.1/src/main/resources/OSGI-INF/bundle.info
rename to elasticsearch-client-7.5.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a4c582a..e009a44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,8 @@
        <module>libphonenumber-8.11.2</module>
        <module>junit-4.13</module>
        <module>rhino-1.7.12</module>
+       <module>elasticsearch-7.5.2</module>
+       <module>elasticsearch-client-7.5.2</module>
     </modules>
 
 </project>