Author: bimargulies
Date: Mon Feb  2 23:55:30 2015
New Revision: 1656604

URL: http://svn.apache.org/r1656604
Log:
ARCHETYPE-435: remove old line
ARCHETYPE-475: bump prereq.

Modified:
    maven/archetype/trunk/maven-archetype-plugin/pom.xml
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=1656604&r1=1656603&r2=1656604&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Mon Feb  2 23:55:30 
2015
@@ -46,7 +46,7 @@
   </properties>
 
   <prerequisites>
-    <maven>2.0.7</maven>
+    <maven>2.2.1</maven>
   </prerequisites>
 
   <dependencies>

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt?rev=1656604&r1=1656603&r2=1656604&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt 
(original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt Mon Feb 
 2 23:55:30 2015
@@ -191,11 +191,3 @@ $ mvn archetype:generate
 
   []
 
-Backward compatibility
-
-    For backward compatibility with the Archetype Plugin version 1.0-alpha-7,
-    we kept the old <<<create>>> goal which can be called using 
-    <<<mvn archetype:create>>>.
-
-    See 
{{{http://maven.apache.org/plugins/maven-archetype-plugin-1.0-alpha-7/index.html}the
 old documentation}} for further
-    reading.


Reply via email to