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/04/30 12:34:51 UTC

svn commit: r770152 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Thu Apr 30 10:34:51 2009
New Revision: 770152

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

Update javadoc and idea plugin configurations to use Java 5.

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

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=770152&r1=770151&r2=770152&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Apr 30 10:34:51 2009
@@ -98,10 +98,10 @@
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <source>1.4</source>
+          <source>1.5</source>
           <aggregate>true</aggregate>
           <links>
-            <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
             <link>http://www.day.com/maven/jsr170/javadocs/jcr-1.0/</link>
           </links>
         </configuration>
@@ -113,7 +113,7 @@
         <version>2.0</version>
         <configuration>
           <downloadSources>true</downloadSources>
-          <jdkLevel>1.4</jdkLevel>
+          <jdkLevel>1.5</jdkLevel>
         </configuration>
       </plugin>
       <plugin>