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/12/03 06:31:19 UTC

[servicemix-bundles] branch master updated: [SM-5371] Create OSGi bundles for lucene 9.4.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 378d104cb [SM-5371] Create OSGi bundles for lucene 9.4.2
378d104cb is described below

commit 378d104cbf0f05eb6800efd194fcd7f4b84f7afe
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Dec 3 07:30:40 2022 +0100

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

diff --git a/lucene-9.4.1/pom.xml b/lucene-9.4.2/pom.xml
similarity index 96%
rename from lucene-9.4.1/pom.xml
rename to lucene-9.4.2/pom.xml
index 9993bd077..76a3cfde8 100644
--- a/lucene-9.4.1/pom.xml
+++ b/lucene-9.4.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>9.4.1_2-SNAPSHOT</version>
+    <version>9.4.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-core</pkgArtifactId>
-        <pkgVersion>9.4.1</pkgVersion>
-	      <servicemix.osgi.source.version>9.4.1.1</servicemix.osgi.source.version>
+        <pkgVersion>9.4.2</pkgVersion>
+	      <servicemix.osgi.source.version>9.4.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-9.4.1/src/main/resources/OSGI-INF/bundle.info b/lucene-9.4.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-9.4.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-9.4.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-9.4.1/pom.xml b/lucene-queries-9.4.2/pom.xml
similarity index 96%
rename from lucene-queries-9.4.1/pom.xml
rename to lucene-queries-9.4.2/pom.xml
index 171284566..e7a088402 100644
--- a/lucene-queries-9.4.1/pom.xml
+++ b/lucene-queries-9.4.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>9.4.1_2-SNAPSHOT</version>
+    <version>9.4.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-queries</pkgArtifactId>
-        <pkgVersion>9.4.1</pkgVersion>
-	      <servicemix.osgi.source.version>9.4.1.1</servicemix.osgi.source.version>
+        <pkgVersion>9.4.2</pkgVersion>
+	      <servicemix.osgi.source.version>9.4.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-9.4.1/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-9.4.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-9.4.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-9.4.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-9.4.1/pom.xml b/lucene-queryparser-9.4.2/pom.xml
similarity index 96%
rename from lucene-queryparser-9.4.1/pom.xml
rename to lucene-queryparser-9.4.2/pom.xml
index 25a08189a..fe24cb521 100644
--- a/lucene-queryparser-9.4.1/pom.xml
+++ b/lucene-queryparser-9.4.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>9.4.1_2-SNAPSHOT</version>
+    <version>9.4.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-queryparser</pkgArtifactId>
-        <pkgVersion>9.4.1</pkgVersion>
-	      <servicemix.osgi.source.version>9.4.1.1</servicemix.osgi.source.version>
+        <pkgVersion>9.4.2</pkgVersion>
+	      <servicemix.osgi.source.version>9.4.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-9.4.1/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-9.4.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-9.4.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-9.4.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-9.4.1/pom.xml b/lucene-sandbox-9.4.2/pom.xml
similarity index 96%
rename from lucene-sandbox-9.4.1/pom.xml
rename to lucene-sandbox-9.4.2/pom.xml
index 02de4ff6e..46eb1b74d 100644
--- a/lucene-sandbox-9.4.1/pom.xml
+++ b/lucene-sandbox-9.4.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>9.4.1_2-SNAPSHOT</version>
+    <version>9.4.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-sandbox</pkgArtifactId>
-        <pkgVersion>9.4.1</pkgVersion>
-	      <servicemix.osgi.source.version>9.4.1.1</servicemix.osgi.source.version>
+        <pkgVersion>9.4.2</pkgVersion>
+	      <servicemix.osgi.source.version>9.4.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-9.4.1/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-9.4.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-9.4.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-9.4.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 1fdea7ce8..e073ec70c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,10 @@
       <module>spring-batch-core-5.0.0</module>
       <module>spring-batch-infrastructure-5.0.0</module>
       <module>jt400-11.1</module>
+      <module>lucene-9.4.2</module>
+      <module>lucene-queries-9.4.2</module>
+      <module>lucene-queryparser-9.4.2</module>
+      <module>lucene-sandbox-9.4.2</module>
     </modules>
 
 </project>