--- old/make/conf/jib-profiles.js Fri Feb 16 19:09:54 2018 +++ new/make/conf/jib-profiles.js Fri Feb 16 19:09:54 2018 @@ -1090,7 +1090,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=", + "--with-version-pre=ea", "--without-version-opt"); } else { args = concat(args, "--with-version-opt=" + common.build_id);