Skip to content

Commit 9225623

Browse files
committed
SNAPSHOT didn't work, also correcting one of the third party maven_coords
1 parent 11955e8 commit 9225623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SELENIUM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = '3.0.0-beta1-SNAPSHOT'
1+
SE_VERSION = '3.0.0-beta1'
22

third_party/java/jcip_annotations/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prebuilt_jar(name = 'jcip_annotations',
2-
maven_coords = 'net.jcip:jcip_annotations:1.0',
2+
maven_coords = 'net.jcip:jcip-annotations:1.0',
33
binary_jar = 'jcip-annotations-1.0.jar',
44
visibility = [
55
'//java/server/src/org/openqa/grid:grid',

0 commit comments

Comments
 (0)