You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/12/13 21:43:51 UTC

svn commit: r1421514 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml

Author: tfischer
Date: Thu Dec 13 20:43:49 2012
New Revision: 1421514

URL: http://svn.apache.org/viewvc?rev=1421514&view=rev
Log:
update release docs

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml?rev=1421514&r1=1421513&r2=1421514&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml Thu Dec 13 20:43:49 2012
@@ -183,16 +183,16 @@
       </p>
       <p>
         To start building a release, run 
-        <code>mvn release:prepare</code>.
+        <code>mvn -DautoVersionSubmodules -Ptest release:prepare</code>.
         This will change the version in the poms to the release version
         and then run a clean verify cycle on the new poms. This will fail
         because the test project needs the maven plugin which is not installed
         in the new version yet. To fix this, you might have to run
         <code>rm torque-test/derby.log</code>, then run
-        <code>mvn -Ptest,derbyEmbedded install</code> 
+        <code>mvn install</code> 
         to install the torque artifacts in the release version.
         Then run again
-        <code>mvn release:prepare
+        <code>mvn -Ptest release:prepare
         -Dusername=YourApacheUsername -Dpassword=YourApachePassword</code>
         to finish building the release, creating a tag for the release and 
         changing the pom's version entry to the new development version.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org