Skip to content

Commit

Permalink
Merge pull request #57 from jewzaam/release-script-updates-dependencies
Browse files Browse the repository at this point in the history
release.sh automatically updates dependencies to latest snapshots at end
  • Loading branch information
dcrissman committed Nov 19, 2015
2 parents 3809f8a + 66cd9e4 commit d2d9568
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ git push origin master --tags
# perform release
mvn release:perform -P release || exit

# update to latest lightblue snapshot dependencies
mvn versions:use-latest-snapshots versions:update-properties -Dincludes=*lightblue* -DallowSnapshots=true
git commit -m "Updated to latest snapshot dependencies"
git push origin master

# deploy updated snapshots
mvn clean deploy

0 comments on commit d2d9568

Please sign in to comment.