You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/11/29 17:45:23 UTC

svn commit: r1717093 - /maven/pom/trunk/asf/pom.xml

Author: khmarbaise
Date: Sun Nov 29 16:45:23 2015
New Revision: 1717093

URL: http://svn.apache.org/viewvc?rev=1717093&view=rev
Log:
Added comment about Java 1.6 change.

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1717093&r1=1717092&r2=1717093&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Nov 29 16:45:23 2015
@@ -165,6 +165,9 @@ under the License.
           <artifactId>maven-install-plugin</artifactId>
           <version>2.5.2</version>
         </plugin>
+        <!--
+           ! Upgrade to 2.0.0 only possible if the ASF pom will be changed to Java 1.6
+        -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>