Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 819 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 819 Bytes

jclouds-vcloud-director

Build Status

Please submit PRs against the latest branch.

In order to release a new version:

  1. check out master
  2. create a new branch with the name of the new version (e.g. 2.1.2.x)
  3. update the version inside this branch
  4. mvn clean install mvn source:jar javadoc:jar install

If everything is ok, finally push it to Cloudsoft Artifactory:

  1. mvn source:jar javadoc:jar deploy -DaltDeploymentRepository=cloudsoft-artifactory-repo::default::https://artifactory.cloudsoftcorp.com/artifactory/libs-release-local -DskipTests

Then if necessary return to master branch and bump the version.