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 baa79371a SM-5813: Create OSGi bundles for lucene 10.2.0
baa79371a is described below

commit baa79371a3166a14f33996223bde54684440a4a6
Author: JB Onofré <[email protected]>
AuthorDate: Sat May 3 21:25:17 2025 +0200

    SM-5813: Create OSGi bundles for lucene 10.2.0
---
 {lucene-10.0.0 => lucene-10.2.0}/pom.xml                           | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {lucene-queries-10.0.0 => lucene-queries-10.2.0}/pom.xml           | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {lucene-queryparser-10.0.0 => lucene-queryparser-10.2.0}/pom.xml   | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {lucene-sandbox-10.0.0 => lucene-sandbox-10.2.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-10.0.0/pom.xml b/lucene-10.2.0/pom.xml
similarity index 96%
rename from lucene-10.0.0/pom.xml
rename to lucene-10.2.0/pom.xml
index 3bb38b7af..3868c8e1f 100644
--- a/lucene-10.0.0/pom.xml
+++ b/lucene-10.2.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>10.0.0_2-SNAPSHOT</version>
+    <version>10.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,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>10.0.0</pkgVersion>
-             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.2.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-10.0.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-10.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-10.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-10.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-10.0.0/pom.xml b/lucene-queries-10.2.0/pom.xml
similarity index 96%
rename from lucene-queries-10.0.0/pom.xml
rename to lucene-queries-10.2.0/pom.xml
index c691dc1ac..f7cdf32b6 100644
--- a/lucene-queries-10.0.0/pom.xml
+++ b/lucene-queries-10.2.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>10.0.0_2-SNAPSHOT</version>
+    <version>10.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,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>10.0.0</pkgVersion>
-             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.2.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-10.0.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-queries-10.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-10.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-10.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-10.0.0/pom.xml 
b/lucene-queryparser-10.2.0/pom.xml
similarity index 96%
rename from lucene-queryparser-10.0.0/pom.xml
rename to lucene-queryparser-10.2.0/pom.xml
index e2142b150..467bcdccf 100644
--- a/lucene-queryparser-10.0.0/pom.xml
+++ b/lucene-queryparser-10.2.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>10.0.0_2-SNAPSHOT</version>
+    <version>10.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,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>10.0.0</pkgVersion>
-             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.2.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-10.0.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-queryparser-10.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-10.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-10.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-10.0.0/pom.xml b/lucene-sandbox-10.2.0/pom.xml
similarity index 96%
rename from lucene-sandbox-10.0.0/pom.xml
rename to lucene-sandbox-10.2.0/pom.xml
index e141167cd..8250b4f34 100644
--- a/lucene-sandbox-10.0.0/pom.xml
+++ b/lucene-sandbox-10.2.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>10.0.0_2-SNAPSHOT</version>
+    <version>10.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,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>10.0.0</pkgVersion>
-             
<servicemix.osgi.source.version>10.0.0.1</servicemix.osgi.source.version>
+        <pkgVersion>10.2.0</pkgVersion>
+             
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-10.0.0/src/main/resources/OSGI-INF/bundle.info 
b/lucene-sandbox-10.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-10.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-10.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index ebbfaf190..0e4ba4d09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,6 +226,10 @@
 <module>pulsar-client-admin-4.0.4</module>
 <module>jt400-21.0.3</module>
 <module>mybatis-3.5.19</module>
+<module>lucene-10.2.0</module>
+<module>lucene-queries-10.2.0</module>
+<module>lucene-queryparser-10.2.0</module>
+<module>lucene-sandbox-10.2.0</module>
     </modules>
 
 </project>

Reply via email to