make/conf/jib-profiles.js
changeset 53689 b5f7bb57de2f
parent 52930 df629b081ff6
child 53692 314075ea3fcb
--- a/make/conf/jib-profiles.js	Tue Feb 05 20:06:10 2019 +0100
+++ b/make/conf/jib-profiles.js	Mon Jan 21 02:43:33 2019 +0000
@@ -1154,7 +1154,7 @@
         args = concat(args,
                       // This needs to be changed when we start building release candidates
                       // with-version-pre must be set to ea for 'ea' and empty for fcs build
-                      "--with-version-pre=ea",
+                      "--with-version-pre=",
                       "--without-version-opt");
     } else {
         args = concat(args, "--with-version-opt=" + common.build_id);