Downgrade bundle plugin to be able to compile with java5

git-svn-id: https://svn.apache.org/repos/asf/james/jspf/trunk@1206582 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/resolver/pom.xml b/resolver/pom.xml
index 46097a7..0393cd9 100644
--- a/resolver/pom.xml
+++ b/resolver/pom.xml
@@ -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>
diff --git a/tester/pom.xml b/tester/pom.xml
index 27575c4..fcd0941 100644
--- a/tester/pom.xml
+++ b/tester/pom.xml
@@ -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>