Upgrade to log4j 1.2.13.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@396988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e23012c411
commit
510e4c76a3
@ -121,7 +121,7 @@
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.12</version>
|
||||
<version>1.2.13</version>
|
||||
<properties>
|
||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||
</properties>
|
||||
|
||||
@ -24,6 +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="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>
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
<!-- Required for commons-httpclient -->
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.12</version>
|
||||
<version>1.2.13</version>
|
||||
<properties>
|
||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||
</properties>
|
||||
|
||||
@ -24,6 +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="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">
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
<!-- Required for commons-httpclient -->
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.12</version>
|
||||
<version>1.2.13</version>
|
||||
<properties>
|
||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||
</properties>
|
||||
|
||||
@ -25,6 +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="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>
|
||||
|
||||
@ -73,7 +73,7 @@ maven.jar.commons-lang=2.0
|
||||
maven.jar.commons-logging=1.0.4
|
||||
maven.jar.dom4j=1.4
|
||||
maven.jar.forehead=1.0-beta-5
|
||||
maven.jar.log4j=1.2.12
|
||||
maven.jar.log4j=1.2.13
|
||||
maven.jar.maven-model=3.0.1
|
||||
maven.jar.plexus-utils=1.0.3
|
||||
maven.jar.wagon-file=1.0-alpha-4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user