Author: norman
Date: Sat Nov 26 20:48:43 2011
New Revision: 1206582
URL: http://svn.apache.org/viewvc?rev=1206582&view=rev
Log:
Downgrade bundle plugin to be able to compile with java5
Modified:
james/jspf/trunk/resolver/pom.xml
james/jspf/trunk/tester/pom.xml
Modified: james/jspf/trunk/resolver/pom.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/resolver/pom.xml?rev=1206582&r1=1206581&r2=1206582&view=diff
==============================================================================
--- james/jspf/trunk/resolver/pom.xml (original)
+++ james/jspf/trunk/resolver/pom.xml Sat Nov 26 20:48:43 2011
@@ -92,6 +92,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/jspf/trunk/tester/pom.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/tester/pom.xml?rev=1206582&r1=1206581&r2=1206582&view=diff
==============================================================================
--- james/jspf/trunk/tester/pom.xml (original)
+++ james/jspf/trunk/tester/pom.xml Sat Nov 26 20:48:43 2011
@@ -86,6 +86,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]