TCI - Relax constraint for org.eclipse.e4.core.contexts

The org.eclipse.emf.ecp.view.model.common.di bundle had an
upper bound of 1.9.0 for the org.eclipse.e4.core.contexts bundle.
This change relaxes this to 2.0.0 thus adding support for platform 4.21.

Change-Id: I87ea4514a3909e58852ba56b7a167ffebd484b5d
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
diff --git a/bundles/org.eclipse.emf.ecp.view.model.common.di/META-INF/MANIFEST.MF b/bundles/org.eclipse.emf.ecp.view.model.common.di/META-INF/MANIFEST.MF
index 0b8d7db..c1ea41f 100644
--- a/bundles/org.eclipse.emf.ecp.view.model.common.di/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.emf.ecp.view.model.common.di/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@
 Require-Bundle: org.eclipse.emf.ecp.view.model.common;bundle-version="[1.27.0,1.28.0)",
  org.eclipse.emf.ecp.view.model;bundle-version="[1.27.0,1.28.0)",
  org.eclipse.emf.ecp.view.context;bundle-version="[1.27.0,1.28.0)",
- org.eclipse.e4.core.contexts;bundle-version="[1.3.0,1.9.0)",
+ org.eclipse.e4.core.contexts;bundle-version="[1.3.0,2.0.0)",
  org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
  org.eclipse.e4.core.di;bundle-version="[1.3.0,2.0.0)",
  org.eclipse.emfforms.core.services;bundle-version="[1.27.0,1.28.0)"