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/12/16 19:50:03 UTC

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

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

    * jclouds.git
    * jclouds-labs.git
    * jclouds-labs-openstack.git
+   * jclouds-labs-aws.git (if 1.7 or later)
+   * jclouds-labs-google.git (if 1.7 or later)
    * jclouds-chef.git
    * jclouds-karaf.git
    * jclouds-cli.git
@@ -65, +67 @@

    * 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. (Note - this may only be needed for 1.6.x)
    * Run {{{mvn --version}}} and verify that you are using a Java 6 JDK for 1.6.x releases
    * Prepare the release. e.g.:
  {{{