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 2006/08/25 01:01:35 UTC

svn commit: r434557 - in /maven/maven-1/plugins/trunk/changes: project.xml xdocs/changes.xml xdocs/index.xml

Author: ltheussl
Date: Thu Aug 24 16:01:35 2006
New Revision: 434557

URL: http://svn.apache.org/viewvc?rev=434557&view=rev
Log:
Due to used features of new dom4j, we now require Maven 1.1. Next version will be 1.7.

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

Modified: maven/maven-1/plugins/trunk/changes/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changes/project.xml?rev=434557&r1=434556&r2=434557&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/project.xml (original)
+++ maven/maven-1/plugins/trunk/changes/project.xml Thu Aug 24 16:01:35 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-changes-plugin</id>
   <name>Maven Changes Plugin</name>
-  <currentVersion>1.6.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.7-SNAPSHOT</currentVersion>
   <shortDescription>Produce changes report</shortDescription>
   <versions>
     <version>

Modified: maven/maven-1/plugins/trunk/changes/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changes/xdocs/changes.xml?rev=434557&r1=434556&r2=434557&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Thu Aug 24 16:01:35 2006
@@ -23,7 +23,8 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.6.1-SNAPSHOT" date="In SVN">
+    <release version="1.7-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="update">It now requires Maven 1.1.</action>
       <action dev="ltheussl" type="fix" issue="MPCHANGES-32">The encoding of the changes.xml file is not preserved after doing release-version.</action>
       <action dev="ltheussl" type="add">New property maven.changes.outputencoding.</action>
       <action dev="ltheussl" type="update">Update dom4j dependency to match the one in maven 1.1 core.</action>

Modified: maven/maven-1/plugins/trunk/changes/xdocs/index.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changes/xdocs/index.xml?rev=434557&r1=434556&r2=434557&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/index.xml Thu Aug 24 16:01:35 2006
@@ -30,6 +30,9 @@
         This plugin produces a changes report showing the differences 
         between different releases of the project using it.
       </p>
+      <p>
+        <strong>Warning:</strong> From version 1.7 on, this plugin requires Maven 1.1.
+      </p>
     </section>
     <section name="Using the plugin">
       <p>