[releng] increase upper limit for CSS plugin
The current restrictions demands a specific maximum minor version number which is not met in 2023-09 or later.
Change-Id: I1bbe36795c96783308dc5b526c7f71e3869317b3
Signed-off-by: aradermache <ansgar.radermacher@cea.fr>
diff --git a/plugins/org.eclipse.papyrus.moka.kernel.animation/META-INF/MANIFEST.MF b/plugins/org.eclipse.papyrus.moka.kernel.animation/META-INF/MANIFEST.MF
index 70ac0c1..e68e9ad 100644
--- a/plugins/org.eclipse.papyrus.moka.kernel.animation/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.papyrus.moka.kernel.animation/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@
Bundle-SymbolicName: org.eclipse.papyrus.moka.kernel.animation;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Activator: org.eclipse.papyrus.moka.animation.AnimationPlugin
-Require-Bundle: org.eclipse.e4.ui.css.core;bundle-version="[0.12.0,0.14.0)",
+Require-Bundle: org.eclipse.e4.ui.css.core;bundle-version="[0.12.0,1.0.0)",
org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="[2.4.0,4.0.0)";visibility:=reexport,
org.eclipse.papyrus.moka.utils;bundle-version="[4.0.0,5.0.0)",
org.eclipse.papyrus.moka.utils.ui;bundle-version="[4.0.0,5.0.0)",
diff --git a/plugins/org.eclipse.papyrus.moka.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.papyrus.moka.ui/META-INF/MANIFEST.MF
index 97e05bb..c53920b 100644
--- a/plugins/org.eclipse.papyrus.moka.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.papyrus.moka.ui/META-INF/MANIFEST.MF
@@ -22,7 +22,7 @@
org.eclipse.papyrus.moka.utils.ui;bundle-version="[4.0.0,5.0.0)",
org.eclipse.papyrus.uml.extensionpoints;bundle-version="[1.3.0,3.0.0)",
org.eclipse.papyrus.infra.services.validation;bundle-version="[3.1.0,5.0.0)",
- org.eclipse.e4.ui.css.core;bundle-version="[0.12.0,0.14.0)",
+ org.eclipse.e4.ui.css.core;bundle-version="[0.12.0,1.0.0)",
org.eclipse.core.databinding;bundle-version="[1.9.0,2.0.0)",
org.eclipse.debug.ui;bundle-version="[3.14.0,4.0.0)",
org.eclipse.uml2.uml;bundle-version="[5.5.0,6.0.0)",