You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/16 05:35:40 UTC

svn commit: r595546 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Thu Nov 15 20:35:39 2007
New Revision: 595546

URL: http://svn.apache.org/viewvc?rev=595546&view=rev
Log:
Use the configured JDK "source" version in the javadoc reporting

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=595546&r1=595545&r2=595546&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Nov 15 20:35:39 2007
@@ -194,6 +194,7 @@
         <version>2.2</version>
         <configuration> 
           <aggregate>true</aggregate>
+          <source>${maven.compile.source}</source>
         </configuration> 
       </plugin>
       <plugin>