You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/04/28 16:34:17 UTC

svn commit: r1476782 - /lucene/dev/trunk/dev-tools/maven/pom.xml.template

Author: uschindler
Date: Sun Apr 28 14:34:16 2013
New Revision: 1476782

URL: http://svn.apache.org/r1476782
Log:
fix comment

Modified:
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1476782&r1=1476781&r2=1476782&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Sun Apr 28 14:34:16 2013
@@ -490,7 +490,7 @@
           <version>1.3</version>
           <configuration>
             <!--
-              This is the default setting, we don't support Java 8 at the moment.
+              This is the default setting, we don't support too new Java versions.
               The checker simply passes by default and only prints a warning.
              -->
             <failOnUnsupportedJava>false</failOnUnsupportedJava>