Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.
The "Releasing jclouds" page has been changed by EverettToews: https://wiki.apache.org/jclouds/Releasing%20jclouds?action=diff&rev1=46&rev2=47 1. Check out the branch you're going to be releasing from - e.g., 1.6.x 1. Check that your [[https://help.github.com/articles/setting-your-username-in-git|Git username]] and [[https://help.github.com/articles/setting-your-email-in-git|email]] are set to match your Apache account 1. Check the <repo>/pom.xml and/or <repo>/project/pom.xml for any properties (typically {{{<jclouds.version>}}}) referencing the SNAPSHOT version we're leaving, and replace those with the release version. The following command can help finding all those versions: {{{ find . -name pom.xml -exec grep -nH '1.6.3-SNAPSHOT' {} \; | grep -v '<version>' }}} - Commit the changes, as otherwise the following step will complain about uncommitted local modifications. + 1. Commit the changes, as otherwise the following step will complain about uncommitted local modifications. 1. For jclouds-labs-openstack.git, first run {{{mvn versions:update-parent -DparentVersion="[1.6.3]"}}} (or whatever the release version is). Commit and push. (Note - this may only be needed for 1.6.x) 1. Run {{{mvn --version}}} and verify that you are using a Java 6 JDK for 1.6.x releases 1. Give your build more memory. e.g. {{{ export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=1024m" }}}
