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:
parent
5fee00c431
commit
f3c27d486b
@ -190,9 +190,12 @@
|
|||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<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>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.wagon</groupId>
|
<groupId>org.apache.maven.wagon</groupId>
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.9-SNAPSHOT" date="In SVN">
|
<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">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="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 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>
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jar-plugin</id>
|
<id>maven-jar-plugin</id>
|
||||||
<name>Maven Jar Plugin</name>
|
<name>Maven Jar Plugin</name>
|
||||||
<currentVersion>1.8</currentVersion>
|
<currentVersion>1.9-SNAPSHOT</currentVersion>
|
||||||
<description>Plugin for creating JAR files.</description>
|
<description>Plugin for creating JAR files.</description>
|
||||||
<shortDescription>Create jar files</shortDescription>
|
<shortDescription>Create jar files</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -74,9 +74,12 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<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>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -24,6 +24,9 @@
|
|||||||
<author email="dion@apache.org">dIon Gillard</author>
|
<author email="dion@apache.org">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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">
|
<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="add" issue="MPJAR-19">Add tests for jar manifest creation.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPJAR-46">Using
|
<action dev="ltheussl" type="fix" issue="MPJAR-46">Using
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jxr-plugin</id>
|
<id>maven-jxr-plugin</id>
|
||||||
<name>Maven JXR Plugin</name>
|
<name>Maven JXR Plugin</name>
|
||||||
<currentVersion>1.5</currentVersion>
|
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||||
<description>Create cross reference.</description>
|
<description>Create cross reference.</description>
|
||||||
<shortDescription>Create cross reference</shortDescription>
|
<shortDescription>Create cross reference</shortDescription>
|
||||||
<developers>
|
<developers>
|
||||||
@ -75,9 +75,12 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<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>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
|
|||||||
@ -24,6 +24,9 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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">
|
<release version="1.5" date="2006-02-24">
|
||||||
<action dev="ltheussl" type="fix" issue="MPJXR-3">Use
|
<action dev="ltheussl" type="fix" issue="MPJXR-3">Use
|
||||||
<code>maven.compile.src.set</code>instead of
|
<code>maven.compile.src.set</code>instead of
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-multiproject-plugin</id>
|
<id>maven-multiproject-plugin</id>
|
||||||
<name>Maven Multi-Project Plugin</name>
|
<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>
|
<description>A plugin to handle the building of multiple projects within maven.</description>
|
||||||
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
|
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -115,10 +115,12 @@
|
|||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<artifactId>velocity</artifactId>
|
||||||
<type>jar</type>
|
<version>1.5-20060721.044818</version>
|
||||||
<version>1.4</version>
|
<properties>
|
||||||
|
<comment>Waiting for a release of velocity 1.5, this SNAPSHOT fixes the issue VELOCITY-193.</comment>
|
||||||
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
|
|||||||
@ -24,7 +24,8 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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-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>
|
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-67" due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not work.</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@ -119,9 +119,12 @@
|
|||||||
<url>http://jakarta.apache.org/commons/jelly/</url>
|
<url>http://jakarta.apache.org/commons/jelly/</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<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>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>vdoclet</groupId>
|
<groupId>vdoclet</groupId>
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.5-SNAPSHOT" date="In SVN">
|
<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>
|
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="2.4" date="2005-06-15">
|
<release version="2.4" date="2005-06-15">
|
||||||
|
|||||||
@ -253,9 +253,12 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<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>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>velocity-dvsl</groupId>
|
<groupId>velocity-dvsl</groupId>
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.11-SNAPSHOT" date="In SVN">
|
<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="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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user