Author: hboutemy
Date: Sun Feb 25 20:31:38 2018
New Revision: 1825325

URL: http://svn.apache.org/viewvc?rev=1825325&view=rev
Log:
fixed minimum Maven version prerequisite

Modified:
    
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml

Modified: 
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml?rev=1825325&r1=1825324&r2=1825325&view=diff
==============================================================================
--- 
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
 (original)
+++ 
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
 Sun Feb 25 20:31:38 2018
@@ -38,7 +38,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.compiler.source>1.7</project.compiler.source>
     <project.compiler.target>1.7</project.compiler.target>
-    <maven.version>3.0.4</maven.version>
+    <maven.version>3.3.9</maven.version>
   </properties>
 
   <dependencies>


Reply via email to