Add TM 4.14 M3
Change-Id: I168e30cee37fd3d6fa9441f94f778722200a55c8
diff --git a/ui/scripts/jdtbugzilla.user.js b/ui/scripts/jdtbugzilla.user.js
index fdae6b7..78e975a 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.20190930T0845
+// @version 1.20191009T1207
// @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.14 M1", "4.14", "BETA J14"];
+var target_milestones= ["4.14 M1", "4.14 M3", "4.14", "BETA J14"];
// Indexes into target_milestones to be used for "Fixed (in <TM>)" links
var main_target_milestones= [0/*, 2*/];