Build with API version 2.11.5 Change-Id: I13a54b0dc5d2008ef9fe546e5482bc9bd01ad2ea
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index 5a4a6fb..ce918e0 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,11 +1,12 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.11-SNAPSHOT' -REPO = MAVEN_LOCAL +VER = '2.11.5' +REPO = MAVEN_CENTRAL maven_jar( name = 'plugin-api', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, + sha1 = '768ab4bcf49d3809c4558a1532b44368337f8e6f', license = 'Apache2.0', attach_source = False, repository = REPO,
diff --git a/pom.xml b/pom.xml index f1afadd..5aa5439 100644 --- a/pom.xml +++ b/pom.xml
@@ -22,10 +22,10 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>wip-plugin</artifactId> <packaging>jar</packaging> - <version>1.0</version> + <version>2.11.5</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> - <Gerrit-ApiVersion>2.11-SNAPSHOT</Gerrit-ApiVersion> + <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion> </properties> <build>