You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/12/05 19:33:41 UTC

svn commit: r354122 - in /maven/maven-1/plugins/trunk/artifact/xdocs: changes.xml index.xml

Author: ltheussl
Date: Mon Dec  5 10:33:40 2005
New Revision: 354122

URL: http://svn.apache.org/viewcvs?rev=354122&view=rev
Log:
Emphasize that v>=1.6 needs maven 1.1

Modified:
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=354122&r1=354121&r2=354122&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Mon Dec  5 10:33:40 2005
@@ -43,7 +43,7 @@
       <action dev="aheritier" type="update">When rewriting POM, versions of dependencies overrided are resolved.</action>
       <action dev="aheritier" type="add">New tag artifact:rewritePOM to Rewrite a full model. Inheritence,expression, and versions of dependencies overrided are resolved.</action>
     </release>
-    <release version="1.6" date="2005-07-30">
+    <release version="1.6" date="2005-07-30" description="Requires Maven 1.1">
       <action dev="brett" type="fix" issue="MPARTIFACT-55">Correct basedir for file:// URLs</action>
       <action dev="brett" type="fix" issue="MPARTIFACT-54">Fix handling of dependencies with properties</action>
     </release>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/index.xml?rev=354122&r1=354121&r2=354122&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/index.xml Mon Dec  5 10:33:40 2005
@@ -66,7 +66,7 @@
       </subsection>
     </section>
     <section name="Requirements">
-      <p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.5.2.</p>
+      <p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.6.</p>
     </section>
   </body>
 </document>