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 2013/11/20 00:39:47 UTC

[Jclouds Wiki] Trivial Update of "Releasing jclouds" by AndrewGaul

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

    * Check out the branch you're going to be releasing from - e.g., 1.6.x
    * 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
    * 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. Commit the changes, as otherwise the following step will complain about uncommitted local modifications
-    * For jclouds-labs-openstack.git, first run {{mvn versions:update-parent -DparentVersion="[1.6.3]"}} (or whatever the release version is). Commit and push.
+    * For jclouds-labs-openstack.git, first run {{{mvn versions:update-parent -DparentVersion="[1.6.3]"}}} (or whatever the release version is). Commit and push.
    * Run {{{mvn --version}}} and verify that you are using a Java 6 JDK for 1.6.x releases
    * Prepare the release. e.g.:
  {{{