You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2014/07/29 18:34:19 UTC

[Jclouds Wiki] Update of "Releasing jclouds" by AndrewPhillips

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 AndrewPhillips:
https://wiki.apache.org/jclouds/Releasing%20jclouds?action=diff&rev1=50&rev2=51

     1. {{{find . -name pom.xml -exec grep -nH '1.6.3-SNAPSHOT' {}  \; | grep -v '<version>'}}}
    1. Commit the changes, as otherwise the following step will complain about uncommitted local modifications, but don't push them.
     1. For jclouds-labs-openstack.git, first run {{{mvn versions:update-parent -DparentVersion="[1.6.3]"}}} (or whatever the release version is) and commit the changes (don't push them yet).
-   1. Run {{{mvn --version}}} and verify that you are using a Java 6 JDK for 1.6.x releases
+   1. Run {{{mvn --version}}} and verify that you are using a Java 6 JDK for 1.6.x or newer releases
    1. Give your build more memory. e.g. 
     1. {{{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.: