Author: ffang
Date: Thu Mar 6 12:05:32 2014
New Revision: 1574850
URL: http://svn.apache.org/r1574850
Log:
[SMX4-1717]Lucene 4 bundles are missing META-INF/services files-fix all
affected version
Modified:
servicemix/smx4/bundles/trunk/lucene-4.0.0/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.1.0/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.2.0/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.2.1/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.3.1/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.4.0/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.5.1/pom.xml
servicemix/smx4/bundles/trunk/lucene-4.6.0/pom.xml
Modified: servicemix/smx4/bundles/trunk/lucene-4.0.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.0.0/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.0.0/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -85,9 +85,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.1.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.1.0/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.1.0/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -85,9 +85,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.2.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.2.0/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.2.0/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -85,9 +85,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.2.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.2.1/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.2.1/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -85,9 +85,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -83,9 +83,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.3.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.3.1/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.3.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.3.1/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -83,9 +83,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.4.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.4.0/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.4.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.4.0/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -83,9 +83,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.5.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.5.1/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.5.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.5.1/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -83,9 +83,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Modified: servicemix/smx4/bundles/trunk/lucene-4.6.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.6.0/pom.xml?rev=1574850&r1=1574849&r2=1574850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.6.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.6.0/pom.xml Thu Mar 6 12:05:32 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10</version>
+ <version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -83,9 +83,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>