Created
November 11, 2011 13:30
-
-
Save spmallette/1358006 to your computer and use it in GitHub Desktop.
auto-release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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