Skip to content

Commit

Permalink
Build with API version 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed Apr 17, 2015
1 parent af4ff69 commit b51dc85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 = '0.2'
PLUGIN_VERSION = '2.11'
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.10.2'
VER = '2.11'
REPO = MAVEN_CENTRAL

maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '4086f90b4d7be9101e84e8e3e76262496d2e12fe',
sha1 = 'be80ff991f7b9f8669b7a2a399003ec1ae69ed31',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
package com.googlesource.gerrit.plugins.oauth;

import com.google.gerrit.extensions.annotations.PluginName;
import com.google.gerrit.pgm.util.ConsoleUI;
import com.google.gerrit.pgm.init.InitStep;
import com.google.gerrit.pgm.init.Section;
import com.google.gerrit.pgm.init.api.ConsoleUI;
import com.google.gerrit.pgm.init.api.InitStep;
import com.google.gerrit.pgm.init.api.Section;
import com.google.inject.Inject;

class InitOAuth implements InitStep {
Expand Down

0 comments on commit b51dc85

Please sign in to comment.