Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalbuddha committed Jan 23, 2017
1 parent 9fe6acd commit aa9c4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Releasing
8. Update the top level `build.gradle` to the next SNAPSHOT version.
9. `git commit -am "Prepare next development version."`
10. `git push && git push --tags`
11. Update the two sample modules to point to the newly released version.
11. Update the sample module to point to the newly released version. (May take 2 hours)

If step 5 or 6 fails, drop the Sonatype repo, fix the problem, commit, and start again at step 5.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ext {

// POM file
GROUP = "com.nytimes.android"
VERSION_NAME = "1.0.6-SNAPSHOT"
VERSION_NAME = "1.0.7-SNAPSHOT"
POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store"

Expand Down

0 comments on commit aa9c4af

Please sign in to comment.