Index: pom.xml
===================================================================
--- pom.xml	(revision 743246)
+++ pom.xml	(working copy)
@@ -88,6 +88,14 @@
     <!-- turn off cobertura until we figure out why it's hanging -->
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <configuration>
