# HG changeset patch # User diazhou # Date 1548038613 0 # Node ID b5f7bb57de2f797be34f6c75d45c3245ad37ab97 # Parent 0331b08811ad1121eb175f6fe0845faafbdc8c7e 8217352: Remove EA from version string starting with Initial RC promotion Reviewed-by: erikj, tbell diff -r 0331b08811ad -r b5f7bb57de2f 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);