8217352: Remove EA from version string starting with Initial RC promotion
Reviewed-by: erikj, tbell
--- 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);