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=45&rev2=46 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" }}} 1. Prepare the release. Remember to replace "jclouds-1.6.3-rcX" and the versions with the correct tag/version for the repo/release/RC you're building. e.g.: {{{ mvn release:clean release:prepare -DreleaseVersion=1.6.3 -Dtag=jclouds-1.6.3-rcX -DdevelopmentVersion=1.6.4-SNAPSHOT -DpushChanges=false }}} 1. Maven will ask you some questions: 1. There are still some remaining snapshot dependencies. Do you want to resolve them now? yes
