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:
aheritier 2006-04-25 21:43:57 +00:00
parent e23012c411
commit 510e4c76a3
7 changed files with 7 additions and 4 deletions

View File

@ -121,7 +121,7 @@
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.12</version> <version>1.2.13</version>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>

View File

@ -24,6 +24,7 @@
</properties> </properties>
<body> <body>
<release version="1.4.1-SNAPSHOT" date="In SVN"> <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="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> <action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
</release> </release>

View File

@ -71,7 +71,7 @@
<!-- Required for commons-httpclient --> <!-- Required for commons-httpclient -->
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.12</version> <version>1.2.13</version>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>

View File

@ -24,6 +24,7 @@
</properties> </properties>
<body> <body>
<release version="1.4-SNAPSHOT" date="In SVN"> <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> <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>
<release version="1.3" date="2006-02-05"> <release version="1.3" date="2006-02-05">

View File

@ -187,7 +187,7 @@
<!-- Required for commons-httpclient --> <!-- Required for commons-httpclient -->
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.12</version> <version>1.2.13</version>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.4-SNAPSHOT" date="in SVN"> <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">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">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> <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>

View File

@ -73,7 +73,7 @@ maven.jar.commons-lang=2.0
maven.jar.commons-logging=1.0.4 maven.jar.commons-logging=1.0.4
maven.jar.dom4j=1.4 maven.jar.dom4j=1.4
maven.jar.forehead=1.0-beta-5 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.maven-model=3.0.1
maven.jar.plexus-utils=1.0.3 maven.jar.plexus-utils=1.0.3
maven.jar.wagon-file=1.0-alpha-4 maven.jar.wagon-file=1.0-alpha-4