Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 ("log4j:ERROR Attempted to append to closed appender named [null ] ").

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-28 00:24:50 +00:00
parent 5fee00c431
commit f3c27d486b
12 changed files with 44 additions and 17 deletions

View File

@ -190,9 +190,12 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<version>1.5-20060721.044818</version>
<properties>
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
</properties>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
<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>

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jar-plugin</id>
<name>Maven Jar Plugin</name>
<currentVersion>1.8</currentVersion>
<currentVersion>1.9-SNAPSHOT</currentVersion>
<description>Plugin for creating JAR files.</description>
<shortDescription>Create jar files</shortDescription>
<versions>
@ -74,9 +74,12 @@
</properties>
</dependency>
<dependency>
<groupId>velocity</groupId>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<version>1.5-20060721.044818</version>
<properties>
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
</properties>
</dependency>
</dependencies>
<build>

View File

@ -24,6 +24,9 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
</release>
<release version="1.8" date="2006-04-26">
<action dev="ltheussl" type="add" issue="MPJAR-19">Add tests for jar manifest creation.</action>
<action dev="ltheussl" type="fix" issue="MPJAR-46">Using

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jxr-plugin</id>
<name>Maven JXR Plugin</name>
<currentVersion>1.5</currentVersion>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<description>Create cross reference.</description>
<shortDescription>Create cross reference</shortDescription>
<developers>
@ -75,9 +75,12 @@
</properties>
</dependency>
<dependency>
<groupId>velocity</groupId>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<version>1.5-20060721.044818</version>
<properties>
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
</properties>
</dependency>
<dependency>
<groupId>commons-collections</groupId>

View File

@ -24,6 +24,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
</release>
<release version="1.5" date="2006-02-24">
<action dev="ltheussl" type="fix" issue="MPJXR-3">Use
<code>maven.compile.src.set</code>instead of

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plugin</name>
<currentVersion>1.5</currentVersion>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<description>A plugin to handle the building of multiple projects within maven.</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
<versions>
@ -115,10 +115,12 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<type>jar</type>
<version>1.4</version>
<version>1.5-20060721.044818</version>
<properties>
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>

View File

@ -24,7 +24,8 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5.1" date="in SVN">
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-67" due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not work.</action>
</release>

View File

@ -119,9 +119,12 @@
<url>http://jakarta.apache.org/commons/jelly/</url>
</dependency>
<dependency>
<groupId>velocity</groupId>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<version>1.5-20060721.044818</version>
<properties>
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
</properties>
</dependency>
<dependency>
<groupId>vdoclet</groupId>

View File

@ -27,6 +27,7 @@
</properties>
<body>
<release version="2.5-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</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">

View File

@ -253,9 +253,12 @@
</properties>
</dependency>
<dependency>
<groupId>velocity</groupId>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<version>1.5-20060721.044818</version>
<properties>
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
</properties>
</dependency>
<dependency>
<groupId>velocity-dvsl</groupId>

View File

@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.11-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
<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>