8209451: Please change jdk 11 milestone to FCS
authordiazhou
Tue, 14 Aug 2018 16:36:17 -0700
changeset 51457 33c62af31969
parent 51456 d0e2e34eec65
child 51458 97300133cc23
8209451: Please change jdk 11 milestone to FCS Reviewed-by: prr, tbell
make/conf/jib-profiles.js
--- 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);