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 2fb147af6 SM-5764: Create OSGi bundles for lucene 9.12.0
2fb147af6 is described below
commit 2fb147af6200edb806022e61781666d2b949d6dd
Author: JB Onofré <[email protected]>
AuthorDate: Sat Oct 5 07:05:02 2024 +0200
SM-5764: Create OSGi bundles for lucene 9.12.0
---
{lucene-9.11.1 => lucene-9.12.0}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
{lucene-queries-9.11.1 => lucene-queries-9.12.0}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
{lucene-queryparser-9.11.1 => lucene-queryparser-9.12.0}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
{lucene-sandbox-9.11.1 => lucene-sandbox-9.12.0}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 8 ++++----
9 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/lucene-9.11.1/pom.xml b/lucene-9.12.0/pom.xml
similarity index 96%
rename from lucene-9.11.1/pom.xml
rename to lucene-9.12.0/pom.xml
index 8eec84a9f..91b854d36 100644
--- a/lucene-9.11.1/pom.xml
+++ b/lucene-9.12.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene</artifactId>
- <version>9.11.1_1-SNAPSHOT</version>
+ <version>9.12.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.apache.lucene</pkgGroupId>
<pkgArtifactId>lucene-core</pkgArtifactId>
- <pkgVersion>9.11.1</pkgVersion>
-
<servicemix.osgi.source.version>9.11.1.1</servicemix.osgi.source.version>
+ <pkgVersion>9.12.0</pkgVersion>
+
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene
</servicemix.osgi.export.pkg>
diff --git a/lucene-9.11.1/src/main/resources/OSGI-INF/bundle.info
b/lucene-9.12.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-9.11.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-9.12.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-9.11.1/pom.xml b/lucene-queries-9.12.0/pom.xml
similarity index 96%
rename from lucene-queries-9.11.1/pom.xml
rename to lucene-queries-9.12.0/pom.xml
index 7a36b68db..43ca5bfd7 100644
--- a/lucene-queries-9.11.1/pom.xml
+++ b/lucene-queries-9.12.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
- <version>9.11.1_1-SNAPSHOT</version>
+ <version>9.12.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.apache.lucene</pkgGroupId>
<pkgArtifactId>lucene-queries</pkgArtifactId>
- <pkgVersion>9.11.1</pkgVersion>
-
<servicemix.osgi.source.version>9.11.1.1</servicemix.osgi.source.version>
+ <pkgVersion>9.12.0</pkgVersion>
+
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene.queries
</servicemix.osgi.export.pkg>
diff --git a/lucene-queries-9.11.1/src/main/resources/OSGI-INF/bundle.info
b/lucene-queries-9.12.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-9.11.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-9.12.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-9.11.1/pom.xml
b/lucene-queryparser-9.12.0/pom.xml
similarity index 96%
rename from lucene-queryparser-9.11.1/pom.xml
rename to lucene-queryparser-9.12.0/pom.xml
index 16c8153b1..9596dad18 100644
--- a/lucene-queryparser-9.11.1/pom.xml
+++ b/lucene-queryparser-9.12.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
- <version>9.11.1_1-SNAPSHOT</version>
+ <version>9.12.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.apache.lucene</pkgGroupId>
<pkgArtifactId>lucene-queryparser</pkgArtifactId>
- <pkgVersion>9.11.1</pkgVersion>
-
<servicemix.osgi.source.version>9.11.1.1</servicemix.osgi.source.version>
+ <pkgVersion>9.12.0</pkgVersion>
+
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene.queryparser
</servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-9.11.1/src/main/resources/OSGI-INF/bundle.info
b/lucene-queryparser-9.12.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-9.11.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-9.12.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-9.11.1/pom.xml b/lucene-sandbox-9.12.0/pom.xml
similarity index 96%
rename from lucene-sandbox-9.11.1/pom.xml
rename to lucene-sandbox-9.12.0/pom.xml
index 7ead26b82..f7ca5b0da 100644
--- a/lucene-sandbox-9.11.1/pom.xml
+++ b/lucene-sandbox-9.12.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
- <version>9.11.1_1-SNAPSHOT</version>
+ <version>9.12.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.apache.lucene</pkgGroupId>
<pkgArtifactId>lucene-sandbox</pkgArtifactId>
- <pkgVersion>9.11.1</pkgVersion>
-
<servicemix.osgi.source.version>9.11.1.1</servicemix.osgi.source.version>
+ <pkgVersion>9.12.0</pkgVersion>
+
<servicemix.osgi.source.version>9.12.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.lucene.sandbox
</servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-9.11.1/src/main/resources/OSGI-INF/bundle.info
b/lucene-sandbox-9.12.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-9.11.1/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-9.12.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2e96a0ed8..4cf7d9e4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,10 +41,10 @@
<name>Apache ServiceMix :: Bundles</name>
<modules>
- <module>lucene-9.11.1</module>
- <module>lucene-queries-9.11.1</module>
- <module>lucene-queryparser-9.11.1</module>
- <module>lucene-sandbox-9.11.1</module>
+ <module>lucene-9.12.0</module>
+ <module>lucene-queries-9.12.0</module>
+ <module>lucene-queryparser-9.12.0</module>
+ <module>lucene-sandbox-9.12.0</module>
<module>mustache-compiler-0.9.14</module>
<module>jruby-9.4.8.0</module>
<module>solr-solrj-9.7.0</module>