8217352: Remove EA from version string starting with Initial RC promotion jdk-12+31
authordiazhou
Mon, 21 Jan 2019 02:43:33 +0000
changeset 53689 b5f7bb57de2f
parent 53651 0331b08811ad
child 53690 8aa31f2f109b
8217352: Remove EA from version string starting with Initial RC promotion Reviewed-by: erikj, tbell
make/conf/jib-profiles.js
--- 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);