Author: norman
Date: Sat Nov 26 21:05:01 2011
New Revision: 1206590

URL: http://svn.apache.org/viewvc?rev=1206590&view=rev
Log:
Downgrade bundle plugin to be able to compile with java5

Modified:
    james/protocols/trunk/api/pom.xml
    james/protocols/trunk/lmtp/pom.xml
    james/protocols/trunk/netty/pom.xml
    james/protocols/trunk/pop3/pom.xml
    james/protocols/trunk/smtp/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Sat Nov 26 21:05:01 2011
@@ -69,6 +69,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/lmtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Sat Nov 26 21:05:01 2011
@@ -87,6 +87,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/netty/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Sat Nov 26 21:05:01 2011
@@ -73,6 +73,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/pop3/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Sat Nov 26 21:05:01 2011
@@ -74,6 +74,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/smtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Sat Nov 26 21:05:01 2011
@@ -90,6 +90,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to