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 2007/05/01 20:44:31 UTC

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

Author: ltheussl
Date: Tue May  1 11:44:31 2007
New Revision: 534191

URL: http://svn.apache.org/viewvc?view=rev&rev=534191
Log:
Update requirement information.

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/viewvc/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?view=diff&rev=534191&r1=534190&r2=534191
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Tue May  1 11:44:31 2007
@@ -24,7 +24,7 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.9-SNAPSHOT" date="In SVN">
+    <release version="1.9-SNAPSHOT" date="In SVN" description="Requires Maven 1.1">
       <action dev="aheritier" type="add" issue="MPARTIFACT-75">Allow to sign artifacts to deploy. Refer to properties documentation to know how to activate it.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2 and use stax reader/parser for the pom to allow to use relative entities.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1803">Upgrade plexus-utils to version 1.0.5</action>
@@ -38,7 +38,7 @@
       <action dev="ltheussl" type="update" issue="MPARTIFACT-66">Upgrade Wagon dependencies to version 1.0-beta-2.</action>
       <action dev="aheritier" type="update" issue="MPARTIFACT-66">Upgrade dependencies required by wagon : upgrade jsch 0.1.27 (instead of 0.1.14) and commons-net 1.4.1 (instead of 1.4.0).</action>
     </release>
-    <release version="1.8" date="2006-02-24">
+    <release version="1.8" date="2006-02-24" description="Requires Maven 1.1-beta-3">
       <action dev="ltheussl" type="add" issue="MPARTIFACT-65">Document
         <code>artifact:create-upload-bundle</code>.
       </action>
@@ -72,7 +72,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" description="Requires Maven 1.1">
+    <release version="1.6" date="2005-07-30" description="Requires Maven 1.1-beta-2">
       <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/viewvc/maven/maven-1/plugins/trunk/artifact/xdocs/index.xml?view=diff&rev=534191&r1=534190&r2=534191
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/index.xml Tue May  1 11:44:31 2007
@@ -67,7 +67,7 @@
       </subsection>
     </section>
     <section name="Requirements">
-      <p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.6.</p>
+      <p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.9.</p>
     </section>
   </body>
 </document>