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 2021/06/28 10:47:48 UTC

[servicemix-bundles] branch master updated: [SM-4790] Create OSGi bundles for lucene 8.9.0

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 95ae24b  [SM-4790] Create OSGi bundles for lucene 8.9.0
95ae24b is described below

commit 95ae24be1f4592719f790dc39caa0db63beca874
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Jun 28 12:46:47 2021 +0200

    [SM-4790] Create OSGi bundles for lucene 8.9.0
---
 {lucene-8.8.2 => lucene-8.9.0}/pom.xml                               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 .../pom.xml                                                          | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {lucene-queries-8.8.2 => lucene-queries-8.9.0}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {lucene-queryparser-8.8.2 => lucene-queryparser-8.9.0}/pom.xml       | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {lucene-sandbox-8.8.2 => lucene-sandbox-8.9.0}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 5 +++++
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/lucene-8.8.2/pom.xml b/lucene-8.9.0/pom.xml
similarity index 97%
rename from lucene-8.8.2/pom.xml
rename to lucene-8.9.0/pom.xml
index 8fc2a8a..4a4fe52 100644
--- a/lucene-8.8.2/pom.xml
+++ b/lucene-8.9.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>8.8.2_2-SNAPSHOT</version>
+    <version>8.9.0_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.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-core</pkgArtifactId>
-        <pkgVersion>8.8.2</pkgVersion>
+        <pkgVersion>8.9.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-8.8.2/src/main/resources/OSGI-INF/bundle.info b/lucene-8.9.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-8.8.2/src/main/resources/OSGI-INF/bundle.info
rename to lucene-8.9.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-analyzers-common-8.8.2/pom.xml b/lucene-analyzers-common-8.9.0/pom.xml
similarity index 97%
rename from lucene-analyzers-common-8.8.2/pom.xml
rename to lucene-analyzers-common-8.9.0/pom.xml
index 7272d55..8d2bbbb 100644
--- a/lucene-analyzers-common-8.8.2/pom.xml
+++ b/lucene-analyzers-common-8.9.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-analyzers-common</artifactId>
-    <version>8.8.2_2-SNAPSHOT</version>
+    <version>8.9.0_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.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-analyzers-common</pkgArtifactId>
-        <pkgVersion>8.8.2</pkgVersion>
+        <pkgVersion>8.9.0</pkgVersion>
         <servicemix.osgi.export>
             !org.apache.lucene.analysis,
             !org.apache.lucene.analysis.tokenattributes,
diff --git a/lucene-queryparser-8.8.2/src/main/resources/OSGI-INF/bundle.info b/lucene-analyzers-common-8.9.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-8.8.2/src/main/resources/OSGI-INF/bundle.info
rename to lucene-analyzers-common-8.9.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-8.8.2/pom.xml b/lucene-queries-8.9.0/pom.xml
similarity index 97%
rename from lucene-queries-8.8.2/pom.xml
rename to lucene-queries-8.9.0/pom.xml
index 35dff95..b827357 100644
--- a/lucene-queries-8.8.2/pom.xml
+++ b/lucene-queries-8.9.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>8.8.2_2-SNAPSHOT</version>
+    <version>8.9.0_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.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-queries</pkgArtifactId>
-        <pkgVersion>8.8.2</pkgVersion>
+        <pkgVersion>8.9.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-8.8.2/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-8.9.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-8.8.2/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-8.9.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-8.8.2/pom.xml b/lucene-queryparser-8.9.0/pom.xml
similarity index 97%
rename from lucene-queryparser-8.8.2/pom.xml
rename to lucene-queryparser-8.9.0/pom.xml
index b29e95b..5e69c54 100644
--- a/lucene-queryparser-8.8.2/pom.xml
+++ b/lucene-queryparser-8.9.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>8.8.2_2-SNAPSHOT</version>
+    <version>8.9.0_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.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-queryparser</pkgArtifactId>
-        <pkgVersion>8.8.2</pkgVersion>
+        <pkgVersion>8.9.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-analyzers-common-8.8.2/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-8.9.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-analyzers-common-8.8.2/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-8.9.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-8.8.2/pom.xml b/lucene-sandbox-8.9.0/pom.xml
similarity index 97%
rename from lucene-sandbox-8.8.2/pom.xml
rename to lucene-sandbox-8.9.0/pom.xml
index 90d6796..06db751 100644
--- a/lucene-sandbox-8.8.2/pom.xml
+++ b/lucene-sandbox-8.9.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>8.8.2_2-SNAPSHOT</version>
+    <version>8.9.0_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.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-sandbox</pkgArtifactId>
-        <pkgVersion>8.8.2</pkgVersion>
+        <pkgVersion>8.9.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-8.8.2/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-8.9.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-8.8.2/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-8.9.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 082f6f2..cdc4539 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,11 @@
       <module>spring-webmvc-5.3.8</module>
       <module>spring-websocket-5.3.8</module>
       <module>jruby-9.2.19.0</module>
+      <module>lucene-8.9.0</module>
+      <module>lucene-analyzers-common-8.9.0</module>
+      <module>lucene-queries-8.9.0</module>
+      <module>lucene-queryparser-8.9.0</module>
+      <module>lucene-sandbox-8.9.0</module>
       <module>azure-messaging-eventhubs-checkpointstore-blob-1.8.0</module>
     </modules>