8198301: jdk11+1 was built as 'fcs' instead of 'ea'
Reviewed-by: erikj, ihse
Contributed-by: diancui.zhou@oracle.com
--- a/make/conf/jib-profiles.js Tue Feb 20 21:47:54 2018 +0100
+++ b/make/conf/jib-profiles.js Tue Feb 20 23:14:01 2018 +0000
@@ -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);