Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
index b2c5d70c..0e65e7fc 100644
--- a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.editor.xml;singleton:=true
-Bundle-Version: 1.6.0.qualifier
+Bundle-Version: 1.7.0.qualifier
Bundle-Activator: org.eclipse.m2e.editor.xml.MvnIndexPlugin
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
@@ -14,13 +14,13 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.wst.sse.core,
org.eclipse.wst.xml.core,
org.eclipse.wst.common.uriresolver,
- org.eclipse.m2e.core;bundle-version="[1.6.0,1.7.0)",
- org.eclipse.m2e.maven.runtime;bundle-version="[1.6.0,1.7.0)",
+ org.eclipse.m2e.core;bundle-version="[1.7.0,1.8.0)",
+ org.eclipse.m2e.maven.runtime;bundle-version="[1.7.0,1.8.0)",
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.core.filesystem,
org.eclipse.ui.forms,
- org.eclipse.m2e.core.ui;bundle-version="[1.6.0,1.7.0)",
+ org.eclipse.m2e.core.ui;bundle-version="[1.7.0,1.8.0)",
org.slf4j.api;bundle-version="1.6.2",
com.google.guava;bundle-version="[14.0.1,16.0.0)"
Export-Package: org.eclipse.m2e.editor.xml;x-internal:=true,

Back to the top