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 2022/05/31 13:50:58 UTC

[servicemix-bundles] branch master updated: [SM-5146] Create OSGi bundles for lucene 9.2.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 22cf1a7cf [SM-5146] Create OSGi bundles for lucene 9.2.0
22cf1a7cf is described below

commit 22cf1a7cf8aff1bab5d4bd15d73a4a1a7e6c4cc8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 31 15:50:33 2022 +0200

    [SM-5146] Create OSGi bundles for lucene 9.2.0
---
 {lucene-9.1.0 => lucene-9.2.0}/pom.xml                            | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {lucene-queries-9.1.0 => lucene-queries-9.2.0}/pom.xml            | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {lucene-queryparser-9.1.0 => lucene-queryparser-9.2.0}/pom.xml    | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {lucene-sandbox-9.1.0 => lucene-sandbox-9.2.0}/pom.xml            | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 4 ++++
 9 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/lucene-9.1.0/pom.xml b/lucene-9.2.0/pom.xml
similarity index 95%
rename from lucene-9.1.0/pom.xml
rename to lucene-9.2.0/pom.xml
index 18959f2b3..484d45f7d 100644
--- a/lucene-9.1.0/pom.xml
+++ b/lucene-9.2.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>9.1.0_2-SNAPSHOT</version>
+    <version>9.2.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,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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-core</pkgArtifactId>
-        <pkgVersion>9.1.0</pkgVersion>
+        <pkgVersion>9.2.0</pkgVersion>
+	<servicemix.osgi.source.version>9.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-9.1.0/src/main/resources/OSGI-INF/bundle.info b/lucene-9.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-9.1.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-9.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-9.1.0/pom.xml b/lucene-queries-9.2.0/pom.xml
similarity index 95%
rename from lucene-queries-9.1.0/pom.xml
rename to lucene-queries-9.2.0/pom.xml
index f2a5bb441..168628d67 100644
--- a/lucene-queries-9.1.0/pom.xml
+++ b/lucene-queries-9.2.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>9.1.0_2-SNAPSHOT</version>
+    <version>9.2.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,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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-queries</pkgArtifactId>
-        <pkgVersion>9.1.0</pkgVersion>
+        <pkgVersion>9.2.0</pkgVersion>
+	<servicemix.osgi.source.version>9.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-9.1.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-9.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-9.1.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-9.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-9.1.0/pom.xml b/lucene-queryparser-9.2.0/pom.xml
similarity index 95%
rename from lucene-queryparser-9.1.0/pom.xml
rename to lucene-queryparser-9.2.0/pom.xml
index 1576017cb..f0bb0be5c 100644
--- a/lucene-queryparser-9.1.0/pom.xml
+++ b/lucene-queryparser-9.2.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>9.1.0_2-SNAPSHOT</version>
+    <version>9.2.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,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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-queryparser</pkgArtifactId>
-        <pkgVersion>9.1.0</pkgVersion>
+        <pkgVersion>9.2.0</pkgVersion>
+	<servicemix.osgi.source.version>9.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-9.1.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-9.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-9.1.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-9.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-9.1.0/pom.xml b/lucene-sandbox-9.2.0/pom.xml
similarity index 95%
rename from lucene-sandbox-9.1.0/pom.xml
rename to lucene-sandbox-9.2.0/pom.xml
index daab0374c..2a3f4bb55 100644
--- a/lucene-sandbox-9.1.0/pom.xml
+++ b/lucene-sandbox-9.2.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>9.1.0_2-SNAPSHOT</version>
+    <version>9.2.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,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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-sandbox</pkgArtifactId>
-        <pkgVersion>9.1.0</pkgVersion>
+        <pkgVersion>9.2.0</pkgVersion>
+	<servicemix.osgi.source.version>9.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-9.1.0/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-9.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-9.1.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-9.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 5a7db50eb..4ee4a9032 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,10 @@
       <module>hapi-fhir-structures-hl7org-dstu2-6.0.0</module>
       <module>hapi-fhir-structures-r4-6.0.0</module>
       <module>hapi-fhir-validation-6.0.0</module>
+      <module>lucene-9.2.0</module>
+      <module>lucene-queries-9.2.0</module>
+      <module>lucene-queryparser-9.2.0</module>
+      <module>lucene-sandbox-9.2.0</module>
     </modules>
 
 </project>