Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-06-25 10:59:02 +0000
committerIgor Fedorenko2012-06-25 10:59:02 +0000
commit98681518370f788d6f2f87af59808ee20bec061a (patch)
tree617324d5f52c1da51cb55caf72f6ed4dfff82477 /org.eclipse.m2e.core
parent3b2b0ee3d14c2211f5b5ea559def851b58498b50 (diff)
downloadm2e-core-98681518370f788d6f2f87af59808ee20bec061a.tar.gz
m2e-core-98681518370f788d6f2f87af59808ee20bec061a.tar.xz
m2e-core-98681518370f788d6f2f87af59808ee20bec061a.zip
m2e version 1.2.0-SNAPSHOT, take 2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.core')
-rw-r--r--org.eclipse.m2e.core/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.m2e.core/META-INF/MANIFEST.MF b/org.eclipse.m2e.core/META-INF/MANIFEST.MF
index 0929abb0..5b5526d7 100644
--- a/org.eclipse.m2e.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.core/META-INF/MANIFEST.MF
@@ -9,9 +9,9 @@ Bundle-Localization: plugin
Require-Bundle:
org.eclipse.core.runtime,
org.eclipse.core.resources;bundle-version="3.6.0",
- org.eclipse.m2e.maven.runtime;bundle-version="[1.1.0,1.2.0)",
- org.eclipse.m2e.archetype.common;bundle-version="[1.1.0,1.2.0)",
- org.eclipse.m2e.maven.indexer;bundle-version="[1.1.0,1.2.0)",
+ org.eclipse.m2e.maven.runtime;bundle-version="[1.2.0,1.3.0)",
+ org.eclipse.m2e.archetype.common;bundle-version="[1.2.0,1.3.0)",
+ org.eclipse.m2e.maven.indexer;bundle-version="[1.2.0,1.3.0)",
org.slf4j.api;bundle-version="1.6.2",
com.ning.async-http-client;bundle-version="[1.6.5,1.6.6)"
Eclipse-LazyStart: true

Back to the top