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 2019/03/04 07:39:25 UTC

[servicemix-bundles] branch master updated: [SM-3989] Create OSGi bundles for lucene 7.7.1

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 f4a68de  [SM-3989] Create OSGi bundles for lucene 7.7.1
f4a68de is described below

commit f4a68de39ff428ae7cdd187cc825dbaa25729907
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 4 08:38:56 2019 +0100

    [SM-3989] Create OSGi bundles for lucene 7.7.1
---
 {lucene-7.6.0 => lucene-7.7.1}/pom.xml                               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 .../pom.xml                                                          | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {lucene-queries-7.6.0 => lucene-queries-7.7.1}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {lucene-queryparser-7.6.0 => lucene-queryparser-7.7.1}/pom.xml       | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {lucene-sandbox-7.6.0 => lucene-sandbox-7.7.1}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 5 +++++
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/lucene-7.6.0/pom.xml b/lucene-7.7.1/pom.xml
similarity index 97%
rename from lucene-7.6.0/pom.xml
rename to lucene-7.7.1/pom.xml
index 2b5672e..f1dc91f 100644
--- a/lucene-7.6.0/pom.xml
+++ b/lucene-7.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>7.6.0_2-SNAPSHOT</version>
+    <version>7.7.1_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>7.6.0</pkgVersion>
+        <pkgVersion>7.7.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>
diff --git a/lucene-sandbox-7.6.0/src/main/resources/OSGI-INF/bundle.info b/lucene-7.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-sandbox-7.6.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-7.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-analyzers-common-7.6.0/pom.xml b/lucene-analyzers-common-7.7.1/pom.xml
similarity index 97%
rename from lucene-analyzers-common-7.6.0/pom.xml
rename to lucene-analyzers-common-7.7.1/pom.xml
index c61b4cb..8bb1839 100644
--- a/lucene-analyzers-common-7.6.0/pom.xml
+++ b/lucene-analyzers-common-7.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-analyzers-common</artifactId>
-    <version>7.6.0_2-SNAPSHOT</version>
+    <version>7.7.1_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-analyzers-common</pkgArtifactId>
-        <pkgVersion>7.6.0</pkgVersion>
+        <pkgVersion>7.7.1</pkgVersion>
         <servicemix.osgi.export>
             !org.apache.lucene.analysis,
             !org.apache.lucene.analysis.tokenattributes,
diff --git a/lucene-queryparser-7.6.0/src/main/resources/OSGI-INF/bundle.info b/lucene-analyzers-common-7.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queryparser-7.6.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-analyzers-common-7.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queries-7.6.0/pom.xml b/lucene-queries-7.7.1/pom.xml
similarity index 97%
rename from lucene-queries-7.6.0/pom.xml
rename to lucene-queries-7.7.1/pom.xml
index aeb7e8d..be24845 100644
--- a/lucene-queries-7.6.0/pom.xml
+++ b/lucene-queries-7.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>7.6.0_2-SNAPSHOT</version>
+    <version>7.7.1_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>7.6.0</pkgVersion>
+        <pkgVersion>7.7.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queries
         </servicemix.osgi.export.pkg>
diff --git a/lucene-queries-7.6.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-7.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-queries-7.6.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queries-7.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-queryparser-7.6.0/pom.xml b/lucene-queryparser-7.7.1/pom.xml
similarity index 97%
rename from lucene-queryparser-7.6.0/pom.xml
rename to lucene-queryparser-7.7.1/pom.xml
index 8c19acc..419f427 100644
--- a/lucene-queryparser-7.6.0/pom.xml
+++ b/lucene-queryparser-7.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId>
-    <version>7.6.0_2-SNAPSHOT</version>
+    <version>7.7.1_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>7.6.0</pkgVersion>
+        <pkgVersion>7.7.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.queryparser
         </servicemix.osgi.export.pkg>
diff --git a/lucene-analyzers-common-7.6.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-7.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-analyzers-common-7.6.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-queryparser-7.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/lucene-sandbox-7.6.0/pom.xml b/lucene-sandbox-7.7.1/pom.xml
similarity index 97%
rename from lucene-sandbox-7.6.0/pom.xml
rename to lucene-sandbox-7.7.1/pom.xml
index 0366aeb..c5e5cbc 100644
--- a/lucene-sandbox-7.6.0/pom.xml
+++ b/lucene-sandbox-7.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId>
-    <version>7.6.0_2-SNAPSHOT</version>
+    <version>7.7.1_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>7.6.0</pkgVersion>
+        <pkgVersion>7.7.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.sandbox
         </servicemix.osgi.export.pkg>
diff --git a/lucene-7.6.0/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-7.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from lucene-7.6.0/src/main/resources/OSGI-INF/bundle.info
rename to lucene-sandbox-7.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index c70c332..4c2acf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,11 @@
         <module>hbase-2.1.3</module>
         <module>>bcpg-jdk15on-1.61</module>
         <module>docker-java-3.1.1</module>
+        <module>lucene-7.7.1</module>
+        <module>lucene-analyzers-common-7.7.1</module>
+        <module>lucene-queries-7.7.1</module>
+        <module>lucene-queryparser-7.7.1</module>
+        <module>lucene-sandbox-7.7.1</module>
     </modules>
 
 </project>