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/03/27 06:43:41 UTC

[servicemix-bundles] branch master updated: [SM-5056] Create OSGi bundles for lucene 9.1.0

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 6c3be7f  [SM-5056] Create OSGi bundles for lucene 9.1.0
6c3be7f is described below

commit 6c3be7fdd67f84559d9b20d76d2261a5c80d76db
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Mar 27 08:43:07 2022 +0200

    [SM-5056] Create OSGi bundles for lucene 9.1.0
---
 {lucene-9.0.0 => lucene-9.1.0}/pom.xml             |  5 +-
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        |  5 +-
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        |  5 +-
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        |  5 +-
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 pom.xml                                            | 77 ++--------------------
 9 files changed, 12 insertions(+), 85 deletions(-)

diff --git a/lucene-9.0.0/pom.xml b/lucene-9.1.0/pom.xml
similarity index 97%
rename from lucene-9.0.0/pom.xml
rename to lucene-9.1.0/pom.xml
index 80c876a..eb24f16 100644
--- a/lucene-9.0.0/pom.xml
+++ b/lucene-9.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>9.0.0_2-SNAPSHOT</version>
+    <version>9.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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.0.0</pkgVersion>
+        <pkgVersion>9.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-9.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-9.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-9.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-9.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-9.0.0/pom.xml b/lucene-queries-9.1.0/pom.xml
similarity index 97%
rename from lucene-queries-9.0.0/pom.xml
rename to lucene-queries-9.1.0/pom.xml
index 3f5e665..9ce81e4 100644
--- a/lucene-queries-9.0.0/pom.xml
+++ b/lucene-queries-9.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>9.0.0_2-SNAPSHOT</version>
+    <version>9.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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.0.0</pkgVersion>
+        <pkgVersion>9.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queryparser-9.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-9.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-9.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-9.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-9.0.0/pom.xml b/lucene-queryparser-9.1.0/pom.xml
similarity index 97%
rename from lucene-queryparser-9.0.0/pom.xml
rename to lucene-queryparser-9.1.0/pom.xml
index 4f2f1c2..591eb14 100644
--- a/lucene-queryparser-9.0.0/pom.xml
+++ b/lucene-queryparser-9.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>9.0.0_2-SNAPSHOT</version>
+    <version>9.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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.0.0</pkgVersion>
+        <pkgVersion>9.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-9.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-9.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-9.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-9.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-9.0.0/pom.xml b/lucene-sandbox-9.1.0/pom.xml
similarity index 97%
rename from lucene-sandbox-9.0.0/pom.xml
rename to lucene-sandbox-9.1.0/pom.xml
index 0484b9b..49f465a 100644
--- a/lucene-sandbox-9.0.0/pom.xml
+++ b/lucene-sandbox-9.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>9.0.0_2-SNAPSHOT</version>
+    <version>9.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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.0.0</pkgVersion>
+        <pkgVersion>9.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-9.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-9.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-9.0.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-9.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 71cfd99..072f537 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,79 +41,10 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-	<module>rhino-1.7.14</module>
-	<module>spring-aop-5.3.16</module>
-	<module>spring-aspects-5.3.16</module>
-	<module>spring-beans-5.3.16</module>
-	<module>spring-context-5.3.16</module>
-	<module>spring-context-support-5.3.16</module>
-	<module>spring-core-5.3.16</module>
-	<module>spring-expression-5.3.16</module>
-	<module>spring-instrument-5.3.16</module>
-	<module>spring-jdbc-5.3.16</module>
-	<module>spring-jms-5.3.16</module>
-	<module>spring-messaging-5.3.16</module>
-	<module>spring-orm-5.3.16</module>
-	<module>spring-oxm-5.3.16</module>
-	<module>spring-test-5.3.16</module>
-	<module>spring-tx-5.3.16</module>
-	<module>spring-web-5.3.16</module>
-	<module>spring-webflux-5.3.16</module>
-	<module>spring-webmvc-5.3.16</module>
-	<module>spring-websocket-5.3.16</module>
-	<module>zookeeper-3.8.0</module>
-	<module>libphonenumber-8.12.44</module>
-	<module>any23-2.7</module>
-	<module>aws-java-sdk-2.17.143</module>
-	<module>antisamy-1.6.5</module>
-	<module>spring-batch-core-4.3.5</module>
-	<module>spring-batch-infrastructure-4.3.5</module>
-	<module>hadoop-client-3.3.2</module>
-	<module>spring-integration-core-5.5.9</module>
-	<module>grpc-1.44.1</module>
-	<module>jdom-2.0.6.1</module>
-	<module>aspectj-1.9.8</module>
-	<module>aws-java-sdk-1.12.172</module>
-	<module>jedis-4.1.1</module>
-	<module>gae-2.0.4</module>
-	<module>htmlunit-2.59.0</module>
-	<module>saxon-11.2</module>
-	<module>spring-ldap-2.3.6.RELEASE</module>
-	<module>asterisk-java-3.26.0</module>
-	<module>dnsjava-3.5.0</module>
-	<module>libthrift-0.16.0</module>
-	<module>braintree-java-3.14.0</module>
-	<module>postgresql-42.3.3</module>
-	<module>docker-java-3.2.13</module>
-	<module>java-util-2.0.0</module>
-	<module>dbunit-2.7.3</module>
-	<module>fop-2.7</module>
-	<module>atlassian-jira-client-5.2.4</module>
-	<module>spring-data-commons-2.6.2</module>
-	<module>spring-data-keyvalue-2.6.2</module>
-	<module>spring-data-redis-2.6.2</module>
-	<module>spring-security-acl-5.6.2</module>
-	<module>spring-security-aspects-5.6.2</module>
-	<module>spring-security-cas-5.6.2</module>
-	<module>spring-security-config-5.6.2</module>
-	<module>spring-security-core-5.6.2</module>
-	<module>spring-security-crypto-5.6.2</module>
-	<module>spring-security-data-5.6.2</module>
-	<module>spring-security-ldap-5.6.2</module>
-	<module>spring-security-messaging-5.6.2</module>
-	<module>spring-security-oauth2-client-5.6.2</module>
-	<module>spring-security-oauth2-core-5.6.2</module>
-	<module>spring-security-oauth2-jose-5.6.2</module>
-	<module>spring-security-remoting-5.6.2</module>
-	<module>spring-security-taglibs-5.6.2</module>
-	<module>spring-security-test-5.6.2</module>
-	<module>spring-security-web-5.6.2</module>
-	<module>hapi-fhir-structures-dstu2.1-5.7.0</module>
-	<module>hapi-fhir-structures-dstu2-5.7.0</module>
-	<module>hapi-fhir-structures-dstu3-5.7.0</module>
-	<module>hapi-fhir-structures-hl7org-dstu2-5.7.0</module>
-	<module>hapi-fhir-structures-r4-5.7.0</module>
-	<module>hapi-fhir-validation-5.7.0</module>
+      <module>lucene-9.1.0</module>
+      <module>lucene-queries-9.1.0</module>
+      <module>lucene-queryparser-9.1.0</module>
+      <module>lucene-sandbox-9.1.0</module>
     </modules>
 
 </project>