jclouds / legacy-jclouds-labs

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

release jclouds-labs 1.6.0-rc.5 #76

Closed codefromthecrypt closed 11 years ago

codefromthecrypt commented 11 years ago

release jclouds 1.6.0-rc.5

Work to do:

Here are the release commands for jclouds:

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

mvn clean release:perform -DconnectionUrl=scm:git:file://`pwd`/.git -Dtag=jclouds-labs-1.6.0-rc.5 -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

cut staging repo: https://oss.sonatype.org/content/repositories/orgjclouds-293

nacx commented 11 years ago

Tested staging repo with Abiquo + Chef bootstrap

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

demobox commented 11 years ago

1.6.0-rc.5 in Maven Central, by the way. Thanks, @adriancole and @nacx !