build against API version 2.14-SNAPSHOT Change-Id: I1606bd316819a4dfcf3156de4ba2cf09d5280229 Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/BUCK b/BUCK index aebbaf3..64a0ee5 100644 --- a/BUCK +++ b/BUCK
@@ -8,7 +8,7 @@ manifest_entries = [ 'Gerrit-PluginName: labelui', 'Gerrit-ApiType: plugin', - 'Gerrit-ApiVersion: 2.13.2', + 'Gerrit-ApiVersion: 2.14-SNAPSHOT', 'Gerrit-Module: com.googlesource.gerrit.plugins.labelui.Module', 'Gerrit-HttpModule: com.googlesource.gerrit.plugins.labelui.HttpModule', ],
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index 262702c..27c938c 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,11 +1,10 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.13.2' -REPO = MAVEN_CENTRAL +VER = '2.14-SNAPSHOT' +REPO = MAVEN_LOCAL maven_jar( name = 'plugin-api', - sha1 = '3cdeb17c2b0f945e71135ef6abe5a1db59b9d313', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, attach_source = False, repository = REPO, @@ -15,7 +14,6 @@ maven_jar( name = 'gwtui-api', id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER, - sha1 = 'f89723a589e42e7e593266ab3eb2e57b960be50a', attach_source = False, repository = REPO, license = 'Apache2.0',
diff --git a/pom.xml b/pom.xml index d99afef..1600fa9 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,7 +21,7 @@ <groupId>com.googlesource.gerrit.plugins.labelui</groupId> <artifactId>labelui</artifactId> <packaging>jar</packaging> - <version>2.13.2</version> + <version>2.14-SNAPSHOT</version> <name>labelui</name> <properties>