You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/20 17:36:24 UTC

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

Author: sebb
Date: Tue Mar 20 16:36:24 2012
New Revision: 1302985

URL: http://svn.apache.org/viewvc?rev=1302985&view=rev
Log:
Document "incorrect" compiler property name

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=1302985&r1=1302984&r2=1302985&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Mar 20 16:36:24 2012
@@ -1133,6 +1133,7 @@ http://svn.apache.org/repos/asf/commons/
     <commons.rc.version>RC1</commons.rc.version>
 
     <!-- Default configuration for compiler source and target JVM -->
+    <!-- Name disagrees with standard Maven name - see https://issues.apache.org/jira/browse/COMMONSSITE-69 -->
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>