Remove TMs "4.19 RC1", "4.19 RC2", "4.19"

Change-Id: Ic5ff32c3dcdd9a64dae96c8be26face225f5b8a4
Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
diff --git a/ui/scripts/jdtbugzilla.user.js b/ui/scripts/jdtbugzilla.user.js
index 0df9e73..7332639 100644
--- a/ui/scripts/jdtbugzilla.user.js
+++ b/ui/scripts/jdtbugzilla.user.js
@@ -34,7 +34,7 @@
 // @resource      config   https://www.eclipse.org/jdt/ui/scripts/jdtbugzilla.config.js
 // @downloadURL   https://www.eclipse.org/jdt/ui/scripts/jdtbugzilla.user.js
 // @updateURL     https://www.eclipse.org/jdt/ui/scripts/jdtbugzilla.user.js
-// @version 1.20210218T0752
+// @version 1.20210311T0912
 
 // @include       https://bugs.eclipse.org/bugs/show_bug.cgi*
 // @include       https://bugs.eclipse.org/bugs/process_bug.cgi
@@ -65,7 +65,7 @@
 // - edit jdtbugzilla.config.js
 
 // Add as many milestones as you like:
-var target_milestones= ["4.19 RC1", "4.19 RC2", "4.19", "4.20 M1", "4.20", "BETA J16"];
+var target_milestones= ["4.20 M1", "4.20", "BETA J16"];
 
 // Indexes into target_milestones to be used for "Fixed (in <TM>)" links
 var main_target_milestones= [0/*, 2*/];