Skip to content

Commit

Permalink
Build with API 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed Oct 30, 2016
1 parent 15c1f7a commit 92940e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Used by BUCK to include "Implementation-Version" in plugin Manifest.
# If this file doesn't exist the output of 'git describe' is used
# instead.
PLUGIN_VERSION = '2.13.1'
PLUGIN_VERSION = '2.13.2'
4 changes: 2 additions & 2 deletions lib/gerrit/BUCK
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include_defs('//bucklets/maven_jar.bucklet')

VER = '2.13.1'
VER = '2.13.2'
REPO = MAVEN_CENTRAL

maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '8e12346dbb677d70987afdbec5352ff6e889a181',
sha1 = '3cdeb17c2b0f945e71135ef6abe5a1db59b9d313',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
Expand Down

0 comments on commit 92940e6

Please sign in to comment.