Document dom4j and jelly upgrades.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@423994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-20 17:17:09 +00:00
parent 35fbdff10c
commit e8992afd48
13 changed files with 15 additions and 6 deletions

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="ltheussl" type="update" issue="MPARTIFACT-67">Include javadocs in created upload bundle.</action>
<action dev="aheritier" type="update" issue="MPARTIFACT-66">Upgrade Wagon dependencies : wagon-provider-api 1.0-beta-1, wagon-http 1.0-beta-1, wagon-file 1.0-beta-1, wagon-ftp 1.0-beta-1, wagon-ssh 1.0-beta-1, wagon-ssh-external 1.0-beta-1</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>

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.6.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update dom4j dependency to match the one in maven 1.1 core.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGES-30">Missing <code>changes.xml</code> makes report fail.</action>

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.11.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="fix" issue="MPECLIPSE-118" due-to="Jon Christiansen">Don't attach sourcepath in .classpath when file doesn't exist.</action>
</release>
<release version="1.11" date="2006-06-18">

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.5-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update dom4j dependency to match the one in maven 1.1 core.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : jaxen v1.0-FCS-full to 1.1-beta-9.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
</release>

View File

@ -26,11 +26,11 @@
</properties>
<body>
<release version="1.4-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update dom4j dependency to match the one in maven 1.1 core.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
<li>dom4j v1.4-dev-8 -> v1.4</li>
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
</ul>

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.4-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>
<action dev="aheritier" type="fix">If a report isn't generated the plugin fails trying to replace entities in a not existing file.</action>
</release>

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="fix" issue="MPLINKCHECK-27" due-to="Dennis Lundberg">Maven 1.0.x : The report is incomplete if one or more files has errors in them.</action>
</release>
<release version="1.4" date="2006-04-27">

View File

@ -23,6 +23,9 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.5.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update dom4j dependency to match the ones in maven 1.1 core.</action>
</release>
<release version="1.5" date="2005-12-12">
<action dev="ltheussl" type="fix" issue="MPPOM-1">
<code>pom:validate</code>doesn't work with

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. Add the dependency to jline for commons-jelly-tags-interaction v1.1.</action>
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
</release>

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.6.1-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="ltheussl" type="fix" issue="MPSIMIAN-16">plugin:deregister does not work.</action>
</release>
<release version="1.6" date="2006-01-29">

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.1-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1. The dependency to jline is added for commons-jelly-tags-interaction v1.1.</action>
</release>
<release version="1.0" date="2006-02-19">

View File

@ -27,11 +27,7 @@
</properties>
<body>
<release version="2.5-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>commons-jelly v1.0-RC1 -> v1.0</li>
</ul>
</action>
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
</release>
<release version="2.4" date="2005-06-15">
<action dev="aheritier" type="add" issue="MPTASKLIST-9" due-to="Dennis Lundberg">Show todos for fields</action>

View File

@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.11-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9.</action>
</release>
<release version="1.10" date="2006-06-18">