Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created November 11, 2011 13:30
Show Gist options
  • Save spmallette/1358006 to your computer and use it in GitHub Desktop.
Save spmallette/1358006 to your computer and use it in GitHub Desktop.
auto-release
1. Make sure all the change Wiki pages are in the form they should be for release (ie. change the main wiki page to have the <dependency> point to the latest version. change the main Wiki page to have the JavaDoc pointer point to where the latest version JavaDoc will be (for library projects only).)
2. bump the pom.xml of the project (requires the bumping of all depended on TinkerPop projects too) - for Gremlin and Rexster the Tokens.java public static String VERSION needs to be bumped
X. ant release -Drelease.version=0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment