Merge "Bump auto-value to 1.4-rc1"

This commit is contained in:
David Pursehouse
2016-11-04 01:34:17 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -415,8 +415,8 @@ maven_jar(
maven_jar( maven_jar(
name = 'auto_value', name = 'auto_value',
artifact = 'com.google.auto.value:auto-value:1.3-rc1', artifact = 'com.google.auto.value:auto-value:1.4-rc1',
sha1 = 'b764e0fb7e11353fbff493b22fd6e83bf091a179', sha1 = '9347939002003a7a3c3af48271fc2c18734528a4',
) )
maven_jar( maven_jar(

View File

@@ -2,8 +2,8 @@ include_defs('//lib/maven.defs')
maven_jar( maven_jar(
name = 'auto-value', name = 'auto-value',
id = 'com.google.auto.value:auto-value:1.3-rc1', id = 'com.google.auto.value:auto-value:1.4-rc1',
sha1 = 'b764e0fb7e11353fbff493b22fd6e83bf091a179', sha1 = '9347939002003a7a3c3af48271fc2c18734528a4',
license = 'Apache2.0', license = 'Apache2.0',
visibility = ['PUBLIC'], visibility = ['PUBLIC'],
) )