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 2010/04/12 19:34:30 UTC

svn commit: r933331 - in /velocity/tools/trunk: build.xml pom.xml

Author: nbubna
Date: Mon Apr 12 17:34:30 2010
New Revision: 933331

URL: http://svn.apache.org/viewvc?rev=933331&view=rev
Log:
fix release howto and pom distribution url

Modified:
    velocity/tools/trunk/build.xml
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/build.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.xml?rev=933331&r1=933330&r2=933331&view=diff
==============================================================================
--- velocity/tools/trunk/build.xml (original)
+++ velocity/tools/trunk/build.xml Mon Apr 12 17:34:30 2010
@@ -498,23 +498,17 @@
 
         * For a final release, the distributionManagement.site.url value
           in the pom.xml should be:
-            scpexe://people.apache.org/www/velocity.apache.org/engine/releases/velocity-${version}
+            scpexe://people.apache.org/www/velocity.apache.org/tools/releases/velocity-tools-${project.version}
           and for alpha or beta releases it should be:
             scpexe://people.apache.org/www/velocity.apache.org/engine/devel/
 
         * Do all new files have the Apache License? (use "ant rat" to double-check)
 
-        * Is ${build.src}/changes/changes.xml up to date?
+        * Is ${basedir}/xdocs/changes.xml up to date?
           Feel free to set an estimated release date for this version in that file;
           it can be corrected later if the release is delayed.
 
-        * Is ${build.src}/site/apt/upgrading.apt up to date for this release?
-
-        * Is the ${velocity.dir}/README.txt up to date for this release?
-
-        * If a final release, update the "Where do I get releases?" section of
-            ${build.dir}/xdocs/docs/index.xml
-          to show the latest stable version number.
+        * Is the ${basedir}/README.txt up to date for this release?
 
     * Check that you have no uncommitted changes with 'svn status'
 

Modified: velocity/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=933331&r1=933330&r2=933331&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Mon Apr 12 17:34:30 2010
@@ -98,7 +98,7 @@
     <distributionManagement>
       <site>
         <id>velocity.apache.org</id>
-        <url>scpexe://people.apache.org/www/velocity.apache.org/tools/devel/</url>
+        <url>scpexe://people.apache.org/www/velocity.apache.org/tools/releases/velocity-tools-2.0/</url>
       </site>
       <!--
       <repository>