jclouds / legacy-jclouds-labs

https://jclouds.apache.org
0 stars 18 forks source link

release jclouds-labs 1.6.0-rc.3 #46

Closed codefromthecrypt closed 11 years ago

codefromthecrypt commented 11 years ago

release jclouds 1.6.0-rc.3

Work to do:

Here are the release commands for jclouds:

mvn release:clean release:prepare -DreleaseVersion=1.6.0-rc.3 -Dtag=jclouds-labs-1.6.0-rc.3 -DdevelopmentVersion=1.6.0-SNAPSHOT -DpushChanges=false

mvn clean release:perform -DconnectionUrl=scm:git:file://`pwd`/.git -Dtag=jclouds-labs-1.6.0-rc.3 -Dgoals="deploy -DskipTests"

<close oss sonatype staging repository and test it, then release it> https://oss.sonatype.org/index.html#stagingRepositories

git push
git push --tags
codefromthecrypt commented 11 years ago

please shakeout the repo! https://oss.sonatype.org/content/repositories/orgjclouds-755/

(lest we release 1.6.0-rc.4 before rc.3!)

codefromthecrypt commented 11 years ago

released after @abayer sanity checked (also pushed tags).

great. we can now merge in the rc.4 stuff!!

demobox commented 11 years ago

In Maven Central. Thanks @adriancole and @abayer !

demobox commented 11 years ago

Note that 1.6.0 has been successfully released as part of https://github.com/jclouds/jclouds/issues/1564

demobox commented 11 years ago

Closing "as is" now that 1.6.0 is out