You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/12/02 17:28:48 UTC

svn commit: r722512 - /velocity/tools/trunk/build.xml

Author: nbubna
Date: Tue Dec  2 08:28:48 2008
New Revision: 722512

URL: http://svn.apache.org/viewvc?rev=722512&view=rev
Log:
add note about cleaning up old dist versions

Modified:
    velocity/tools/trunk/build.xml

Modified: velocity/tools/trunk/build.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.xml?rev=722512&r1=722511&r2=722512&view=diff
==============================================================================
--- velocity/tools/trunk/build.xml (original)
+++ velocity/tools/trunk/build.xml Tue Dec  2 08:28:48 2008
@@ -721,6 +721,9 @@
       and the full jar, pom and their md5 and sha1 files should be copied into 
         /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/velocity/velocity-tools/${project.version}/
 
+    * Remove older releases of the same grade as this one (alpha, beta, final) from
+        /www/www.apache.org/dist/velocity/engine
+
     * Tag the release in SVN with a command such as:
         svn copy -m "Release Tools ${project.version}" https://svn.apache.org/repos/asf/velocity/tools/trunk \
            https://svn.apache.org/repos/asf/velocity/tools/tags/${project.version}