You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/25 19:46:31 UTC

svn commit: r651663 - /activemq/trunk/pom.xml

Author: chirino
Date: Fri Apr 25 10:46:30 2008
New Revision: 651663

URL: http://svn.apache.org/viewvc?rev=651663&view=rev
Log:
Fixing source ver problems

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=651663&r1=651662&r2=651663&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Apr 25 10:46:30 2008
@@ -1115,7 +1115,7 @@
         <configuration>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-            <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+            <link>http://java.sun.com/j2ee/1.5/docs/api/</link>
             <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
             <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
             <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
@@ -1247,7 +1247,7 @@
             <artifactId>maven-javadoc-plugin</artifactId>
             <inherited>true</inherited>
             <configuration>
-              <source>1.4</source>
+              <source>1.5</source>
             </configuration>
             <executions>
               <execution>