Author: norman
Date: Sat Nov 26 22:05:24 2011
New Revision: 1206620
URL: http://svn.apache.org/viewvc?rev=1206620&view=rev
Log:
Downgrade bundle plugin to be able to compile with java5
Modified:
james/mime4j/trunk/pom.xml
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=1206620&r1=1206619&r2=1206620&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Sat Nov 26 22:05:24 2011
@@ -101,6 +101,16 @@
</dependencyManagement>
<build>
+ <pluginManagement>
+ <plugins>
+ <!-- See
https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.3.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>