You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/08/11 01:58:56 UTC

svn commit: r430596 - in /maven/maven-1/plugins/trunk/artifact: project.xml xdocs/changes.xml

Author: aheritier
Date: Thu Aug 10 16:58:56 2006
New Revision: 430596

URL: http://svn.apache.org/viewvc?rev=430596&view=rev
Log:
Prepare the next bugs fix release (there's just MPARTIFACT-67 which is a minor update - We'll see if we keep it).

Modified:
    maven/maven-1/plugins/trunk/artifact/project.xml
    maven/maven-1/plugins/trunk/artifact/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=430596&r1=430595&r2=430596&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Thu Aug 10 16:58:56 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-artifact-plugin</id>
   <name>Maven Artifact Plugin</name>
-  <currentVersion>1.9-SNAPSHOT</currentVersion>
+  <currentVersion>1.8.1-SNAPSHOT</currentVersion>
   <description>Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.</description>
   <shortDescription>Tools to manage artifacts and deployment</shortDescription>
   <versions>

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=430596&r1=430595&r2=430596&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Thu Aug 10 16:58:56 2006
@@ -24,7 +24,7 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.9-SNAPSHOT" date="In SVN">
+    <release version="1.8.1-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>