Need to add source/target = 1.4

git-svn-id: https://svn.apache.org/repos/asf/geronimo/specs/branches/1_0@356570 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 810668c..4d6987d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>