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 ca13b7d29 SM-5843: Create OSGi bundles for lucene 10.2.2
ca13b7d29 is described below
commit ca13b7d29f0205f54b0789441dd30456579debc7
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 12 09:02:01 2025 +0200
SM-5843: Create OSGi bundles for lucene 10.2.2
---
{lucene-10.2.0 => lucene-10.2.2}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{lucene-queries-10.2.0 => lucene-queries-10.2.2}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{lucene-queryparser-10.2.0 => lucene-queryparser-10.2.2}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{lucene-sandbox-10.2.0 => lucene-sandbox-10.2.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-10.2.0/pom.xml b/lucene-10.2.2/pom.xml
similarity index 96%
rename from lucene-10.2.0/pom.xml
rename to lucene-10.2.2/pom.xml
index fed98da81..e29c2cd1f 100644
--- a/lucene-10.2.0/pom.xml
+++ b/lucene-10.2.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene</artifactId>
- <version>10.2.0_2-SNAPSHOT</version>
+ <version>10.2.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>10.2.0</pkgVersion>
-
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
+ <pkgVersion>10.2.2</pkgVersion>
+
<servicemix.osgi.source.version>10.2.2.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene
</servicemix.osgi.export.pkg>
diff --git a/lucene-10.2.0/src/main/resources/OSGI-INF/bundle.info
b/lucene-10.2.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-10.2.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-10.2.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-10.2.0/pom.xml b/lucene-queries-10.2.2/pom.xml
similarity index 96%
rename from lucene-queries-10.2.0/pom.xml
rename to lucene-queries-10.2.2/pom.xml
index f4e36239f..0d25b62fe 100644
--- a/lucene-queries-10.2.0/pom.xml
+++ b/lucene-queries-10.2.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
- <version>10.2.0_2-SNAPSHOT</version>
+ <version>10.2.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>10.2.0</pkgVersion>
-
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
+ <pkgVersion>10.2.2</pkgVersion>
+
<servicemix.osgi.source.version>10.2.2.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene.queries
</servicemix.osgi.export.pkg>
diff --git a/lucene-queries-10.2.0/src/main/resources/OSGI-INF/bundle.info
b/lucene-queries-10.2.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-10.2.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-10.2.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-10.2.0/pom.xml
b/lucene-queryparser-10.2.2/pom.xml
similarity index 96%
rename from lucene-queryparser-10.2.0/pom.xml
rename to lucene-queryparser-10.2.2/pom.xml
index b82b33605..addd3be34 100644
--- a/lucene-queryparser-10.2.0/pom.xml
+++ b/lucene-queryparser-10.2.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
- <version>10.2.0_2-SNAPSHOT</version>
+ <version>10.2.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>10.2.0</pkgVersion>
-
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
+ <pkgVersion>10.2.2</pkgVersion>
+
<servicemix.osgi.source.version>10.2.2.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene.queryparser
</servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-10.2.0/src/main/resources/OSGI-INF/bundle.info
b/lucene-queryparser-10.2.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-10.2.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-10.2.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-10.2.0/pom.xml b/lucene-sandbox-10.2.2/pom.xml
similarity index 96%
rename from lucene-sandbox-10.2.0/pom.xml
rename to lucene-sandbox-10.2.2/pom.xml
index 4cb30baed..37b84ab5f 100644
--- a/lucene-sandbox-10.2.0/pom.xml
+++ b/lucene-sandbox-10.2.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
- <version>10.2.0_2-SNAPSHOT</version>
+ <version>10.2.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>10.2.0</pkgVersion>
-
<servicemix.osgi.source.version>10.2.0.1</servicemix.osgi.source.version>
+ <pkgVersion>10.2.2</pkgVersion>
+
<servicemix.osgi.source.version>10.2.2.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene.sandbox
</servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-10.2.0/src/main/resources/OSGI-INF/bundle.info
b/lucene-sandbox-10.2.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-10.2.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-10.2.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index fefe65ad1..5308091d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,6 +180,10 @@
<module>pulsar-client-4.0.5</module>
<module>pulsar-client-admin-4.0.5</module>
<module>jruby-10.0.0.1</module>
+<module>lucene-10.2.2</module>
+<module>lucene-queries-10.2.2</module>
+<module>lucene-queryparser-10.2.2</module>
+<module>lucene-sandbox-10.2.2</module>
</modules>
</project>