From 9225623f9f517b30069bebf1183b0fdcda2dece9 Mon Sep 17 00:00:00 2001 From: Luke Inman-Semerau Date: Thu, 7 Jul 2016 15:51:35 -0700 Subject: [PATCH] SNAPSHOT didn't work, also correcting one of the third party maven_coords --- SELENIUM_VERSION | 2 +- third_party/java/jcip_annotations/BUCK | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SELENIUM_VERSION b/SELENIUM_VERSION index 1299660eb4961..e4d134d08b64f 100644 --- a/SELENIUM_VERSION +++ b/SELENIUM_VERSION @@ -1,2 +1,2 @@ -SE_VERSION = '3.0.0-beta1-SNAPSHOT' +SE_VERSION = '3.0.0-beta1' diff --git a/third_party/java/jcip_annotations/BUCK b/third_party/java/jcip_annotations/BUCK index 318d9bcd5adc5..033fbe76048bd 100644 --- a/third_party/java/jcip_annotations/BUCK +++ b/third_party/java/jcip_annotations/BUCK @@ -1,5 +1,5 @@ prebuilt_jar(name = 'jcip_annotations', - maven_coords = 'net.jcip:jcip_annotations:1.0', + maven_coords = 'net.jcip:jcip-annotations:1.0', binary_jar = 'jcip-annotations-1.0.jar', visibility = [ '//java/server/src/org/openqa/grid:grid',