You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2008/03/15 04:14:42 UTC

svn commit: r637343 - /db/jdo/HowToReleaseJDO.txt

Author: mcaisse
Date: Fri Mar 14 20:14:40 2008
New Revision: 637343

URL: http://svn.apache.org/viewvc?rev=637343&view=rev
Log:
Tweaks to release process doc

Modified:
    db/jdo/HowToReleaseJDO.txt

Modified: db/jdo/HowToReleaseJDO.txt
URL: http://svn.apache.org/viewvc/db/jdo/HowToReleaseJDO.txt?rev=637343&r1=637342&r2=637343&view=diff
==============================================================================
--- db/jdo/HowToReleaseJDO.txt (original)
+++ db/jdo/HowToReleaseJDO.txt Fri Mar 14 20:14:40 2008
@@ -77,7 +77,7 @@
 3. Update dependencies in projects to be released.
 
 For each project.xml in the branch:
-sed /SNAPSHOT/2.0/gcd 
+sed /-SNAPSHOT//gcd 
 popd
 
 If needed, update the dependency to JPOX in the tck20 project.xml.
@@ -95,8 +95,11 @@
 releases/2.0/dist directory. The dist directory is in a format that
 can be copied directly to the apache dist directory for distribution.
 
+Note: Failure possibly due to insufficient heap space was fixed by setting
+the environment variable MAVEN_OPTS="-Xmx1024m -Xms1024m -XX:MaxPermSize=512m"
+
 pushd branches/2.0
-maven tck20.dist
+maven tck2.dist
 popd
 
 6. Test the release in the branch.