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',