make/conf/jib-profiles.js
changeset 51457 33c62af31969
parent 51215 936823fcf202
child 51464 d96e6839e83d
--- a/make/conf/jib-profiles.js	Tue Aug 14 16:47:56 2018 -0700
+++ b/make/conf/jib-profiles.js	Tue Aug 14 16:36:17 2018 -0700
@@ -1171,7 +1171,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);