You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/25 23:46:04 UTC

svn commit: r396991 - in /maven/maven-1/plugins/trunk: jalopy/xdocs/changes.xml jira/xdocs/changes.xml linkcheck/xdocs/changes.xml

Author: aheritier
Date: Tue Apr 25 14:46:00 2006
New Revision: 396991

URL: http://svn.apache.org/viewcvs?rev=396991&view=rev
Log:
MAVEN-1759 : Upgrade to log4j 1.2.13.

Modified:
    maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml
    maven/maven-1/plugins/trunk/jira/xdocs/changes.xml
    maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml?rev=396991&r1=396990&r2=396991&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml Tue Apr 25 14:46:00 2006
@@ -24,7 +24,7 @@
   </properties>
   <body>
     <release version="1.4.1-SNAPSHOT" date="In SVN">
-      <action dev="aheritier" type="update">Upgrade to log4j 1.2.13.</action>
+      <action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>
       <action dev="aheritier" type="fix" issue="MPJALOPY-9">Jalopy classes aren't found.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
     </release>

Modified: maven/maven-1/plugins/trunk/jira/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/xdocs/changes.xml?rev=396991&r1=396990&r2=396991&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jira/xdocs/changes.xml Tue Apr 25 14:46:00 2006
@@ -24,7 +24,7 @@
   </properties>
   <body>
     <release version="1.4-SNAPSHOT" date="In SVN">
-      <action dev="aheritier" type="update">Upgrade to log4j 1.2.13.</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>
     <release version="1.3" date="2006-02-05">

Modified: maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml?rev=396991&r1=396990&r2=396991&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml Tue Apr 25 14:46:00 2006
@@ -25,7 +25,7 @@
   </properties>
   <body>
     <release version="1.4-SNAPSHOT" date="in SVN">
-      <action dev="aheritier" type="update">Upgrade to log4j 1.2.13.</action>
+      <action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>
       <action dev="aheritier" type="add">Add the property "maven.linkcheck.method" to select the method to use to do the tests (head -by default-,or get).</action>
       <action dev="aheritier" type="add" issue="MPLINKCHECK-25">Display for each file the number of links and the number of errors.</action>
       <action dev="aheritier" type="add" issue="MPLINKCHECK-25">New counters to report how many files and links are checked and how many errors are found.</action>