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 49ae8be65 SM-5789: Create OSGi bundles for lucene 10.0.0
49ae8be65 is described below

commit 49ae8be65a81bd645a4042a9c0cfc74cf9e03cf3
Author: JB Onofré <[email protected]>
AuthorDate: Thu Nov 14 16:14:15 2024 +0100

    SM-5789: Create OSGi bundles for lucene 10.0.0
---
 {lucene-9.12.0 => lucene-10.0.0}/pom.xml                           | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {lucene-queries-9.12.0 => lucene-queries-10.0.0}/pom.xml           | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {lucene-queryparser-9.12.0 => lucene-queryparser-10.0.0}/pom.xml   | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {lucene-sandbox-9.12.0 => lucene-sandbox-10.0.0}/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.12.0/pom.xml b/lucene-10.0.0/pom.xml
similarity index 96%
rename from lucene-9.12.0/pom.xml
rename to lucene-10.0.0/pom.xml
index 602fe50fa..6afda0e3e 100644
--- a/lucene-9.12.0/pom.xml
+++ b/lucene-10.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>9.12.0_2-SNAPSHOT</version>
+    <version>10.0.0_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.12.0</pkgVersion>
-             
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-9.12.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-10.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-9.12.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-10.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-9.12.0/pom.xml b/lucene-queries-10.0.0/pom.xml
similarity index 96%
rename from lucene-queries-9.12.0/pom.xml
rename to lucene-queries-10.0.0/pom.xml
index fc01e4d55..2a2309d96 100644
--- a/lucene-queries-9.12.0/pom.xml
+++ b/lucene-queries-10.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>9.12.0_2-SNAPSHOT</version>
+    <version>10.0.0_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.12.0</pkgVersion>
-             
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-9.12.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-queries-10.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-9.12.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-10.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-9.12.0/pom.xml 
b/lucene-queryparser-10.0.0/pom.xml
similarity index 96%
rename from lucene-queryparser-9.12.0/pom.xml
rename to lucene-queryparser-10.0.0/pom.xml
index bcd0cad1d..be67a7c58 100644
--- a/lucene-queryparser-9.12.0/pom.xml
+++ b/lucene-queryparser-10.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>9.12.0_2-SNAPSHOT</version>
+    <version>10.0.0_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.12.0</pkgVersion>
-             
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-9.12.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-queryparser-10.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-9.12.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-10.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-9.12.0/pom.xml b/lucene-sandbox-10.0.0/pom.xml
similarity index 96%
rename from lucene-sandbox-9.12.0/pom.xml
rename to lucene-sandbox-10.0.0/pom.xml
index 758436066..714402c73 100644
--- a/lucene-sandbox-9.12.0/pom.xml
+++ b/lucene-sandbox-10.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>9.12.0_2-SNAPSHOT</version>
+    <version>10.0.0_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.12.0</pkgVersion>
-             
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-9.12.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-sandbox-10.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-9.12.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-10.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0f5b15800..afef60d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,10 @@
       <module>kafka_2.13-3.8.1</module>
       <module>pulsar-client-3.3.2</module>
       <module>pulsar-client-admin-3.3.2</module>
+      <module>lucene-10.0.0</module>
+      <module>lucene-queries-10.0.0</module>
+      <module>lucene-queryparser-10.0.0</module>
+      <module>lucene-sandbox-10.0.0</module>
     </modules>
 
 </project>

Reply via email to