Bazel: Don't lowercase artifact name

Also remove trailing slash from the repository name.

Change-Id: Ia4f6efd52cd61186aea52a684c8289aae36252ff
This commit is contained in:
David Ostrovsky
2016-11-13 13:32:30 -08:00
committed by David Ostrovsky
parent 4bc01e6cc2
commit a7fa7b90ee
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ def _maven_release(ctx, parts):
group.replace('.', '/'),
artifact,
version,
jar])
artifact + '-' + file_version])
return jar, url