Don't know. If we want to add them we have to quicly launch a vote to release all of them. WDYT ?
On 7/28/06, Lukas Theussl <[EMAIL PROTECTED]> wrote:
Arnaud, these changes will not go into beta-3, right? -Lukas [EMAIL PROTECTED] wrote: > Author: aheritier > Date: Thu Jul 27 17:24:50 2006 > New Revision: 426336 > > URL: http://svn.apache.org/viewvc?rev=426336&view=rev > Log: > 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 ] "). > > Modified: > maven/maven-1/plugins/trunk/artifact/project.xml > maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml > maven/maven-1/plugins/trunk/jar/project.xml > maven/maven-1/plugins/trunk/jar/xdocs/changes.xml > maven/maven-1/plugins/trunk/jxr/project.xml > maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml > maven/maven-1/plugins/trunk/multiproject/project.xml > maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml > maven/maven-1/plugins/trunk/tasklist/project.xml > maven/maven-1/plugins/trunk/tasklist/xdocs/changes.xml > maven/maven-1/plugins/trunk/xdoc/project.xml > maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml > > Modified: maven/maven-1/plugins/trunk/artifact/project.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/project.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/artifact/project.xml (original) > +++ maven/maven-1/plugins/trunk/artifact/project.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original) > +++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/jar/project.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jar/project.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/jar/project.xml (original) > +++ maven/maven-1/plugins/trunk/jar/project.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original) > +++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Thu Jul 27 17:24:50 2006 > @@ -24,6 +24,9 @@ > <author email="[EMAIL PROTECTED]">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 > > Modified: maven/maven-1/plugins/trunk/jxr/project.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jxr/project.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/jxr/project.xml (original) > +++ maven/maven-1/plugins/trunk/jxr/project.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml (original) > +++ maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Thu Jul 27 17:24:50 2006 > @@ -24,6 +24,9 @@ > <author email="[EMAIL PROTECTED]">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 > > Modified: maven/maven-1/plugins/trunk/multiproject/project.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/project.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/multiproject/project.xml (original) > +++ maven/maven-1/plugins/trunk/multiproject/project.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original) > +++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Thu Jul 27 17:24:50 2006 > @@ -24,7 +24,8 @@ > <author email="[EMAIL PROTECTED]">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> > > Modified: maven/maven-1/plugins/trunk/tasklist/project.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/tasklist/project.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/tasklist/project.xml (original) > +++ maven/maven-1/plugins/trunk/tasklist/project.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/tasklist/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/tasklist/xdocs/changes.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/tasklist/xdocs/changes.xml (original) > +++ maven/maven-1/plugins/trunk/tasklist/xdocs/changes.xml Thu Jul 27 17:24:50 2006 > @@ -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"> > > Modified: maven/maven-1/plugins/trunk/xdoc/project.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/project.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/xdoc/project.xml (original) > +++ maven/maven-1/plugins/trunk/xdoc/project.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=426336&r1=426335&r2=426336&view=diff > ============================================================================== > --- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original) > +++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Thu Jul 27 17:24:50 2006 > @@ -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> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]