You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/05/18 17:15:24 UTC

svn commit: r775981 - /jackrabbit/trunk/jackrabbit-spi2dav/pom.xml

Author: jukka
Date: Mon May 18 15:15:23 2009
New Revision: 775981

URL: http://svn.apache.org/viewvc?rev=775981&view=rev
Log:
JCR-2087: Upgrade to Java 5 as the base platform

The spi2dav component should also use Java 5

Modified:
    jackrabbit/trunk/jackrabbit-spi2dav/pom.xml

Modified: jackrabbit/trunk/jackrabbit-spi2dav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi2dav/pom.xml?rev=775981&r1=775980&r2=775981&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi2dav/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-spi2dav/pom.xml Mon May 18 15:15:23 2009
@@ -48,14 +48,6 @@
   <build>
     <plugins>
       <plugin>
-        <inherited>true</inherited>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <target>1.4</target>
-          <source>1.4</source>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>