You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2011/12/13 18:20:42 UTC

svn commit: r1213794 - /jackrabbit/trunk/jackrabbit-jcr-tests/pom.xml

Author: reschke
Date: Tue Dec 13 17:20:42 2011
New Revision: 1213794

URL: http://svn.apache.org/viewvc?rev=1213794&view=rev
Log:
JCR-3177: Remove jdk 1.4 restriction for jcr-tests

adjust the pom (updating the source to reduce the number of warnings is work-in-progress)

Modified:
    jackrabbit/trunk/jackrabbit-jcr-tests/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-tests/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-tests/pom.xml?rev=1213794&r1=1213793&r2=1213794&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-tests/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-tests/pom.xml Tue Dec 13 17:20:42 2011
@@ -35,14 +35,6 @@
 
   <build>
     <plugins>
-      <!-- JCR-2100: jackrabbit-jcr-tests should still be based on Java 1.4 -->
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <target>1.4</target>
-          <source>1.4</source>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>