Skip to content

Commit

Permalink
Upgrade jar-tool to 0.1.7
Browse files Browse the repository at this point in the history
This picks up a fix that prevented clean cross-fs
jar copies due to unclosed temprorary files.

Testing Done:
# observed jar-tool 0.1.7 ivy download and subsequent jarring (not cross-fs) work:
$ PANTS_DEV=1 ./pants goal clean-all killserver server
$ PANTS_DEV=1 ./pants goal binary bundle src/{java,scala}/::

Bugs closed: 198

Reviewed at https://rbcommons.com/s/twitter/r/475/
  • Loading branch information
jsirois authored and John Sirois committed Jun 10, 2014
1 parent 1b28767 commit 4d67ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jar_library(name = 'scrooge-legacy-gen',

jar_library(name = 'jar-tool',
jars = [
jar(org = 'com.twitter.common', name = 'jar-tool', rev = '0.1.6')
jar(org = 'com.twitter.common', name = 'jar-tool', rev = '0.1.7')
])

0 comments on commit 4d67ece

Please sign in to comment.