You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2015/12/26 19:29:20 UTC

svn commit: r1721745 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: agudian
Date: Sat Dec 26 18:29:19 2015
New Revision: 1721745

URL: http://svn.apache.org/viewvc?rev=1721745&view=rev
Log:
Require Maven 3.0, update Snapshot version to 3.5-SNAPSHOT.

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1721745&r1=1721744&r2=1721745&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Dec 26 18:29:19 2015
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.4-SNAPSHOT</version>
+  <version>3.5-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>
@@ -58,7 +58,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.2.1</mavenVersion>
+    <mavenVersion>3.0</mavenVersion>
     <!--
       ! The following property is used in the integration tests MCOMPILER-157
     -->