Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.integration.tests.common/META-INF')
-rw-r--r--org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF b/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF
index 4380539f..6c92a1a8 100644
--- a/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-SymbolicName: org.eclipse.m2e.integration.tests.common;singleton:=true
Bundle-ManifestVersion: 2
Eclipse-LazyStart: true
MavenArtifact-GroupId: org.eclipse.m2e
-Bundle-Version: 0.14.0.qualifier
+Bundle-Version: 0.13.0.qualifier
MavenArtifact-ArtifactId: org.eclipse.m2e.integration.test.common
Export-Package: org.eclipse.m2e.integration.tests.common,
org.eclipse.m2e.integration.tests.common.matchers
@@ -32,5 +32,5 @@ Require-Bundle: org.junit4;bundle-version="4.4.0",
org.eclipse.m2e.core,
org.eclipse.m2e.maven.runtime,
org.eclipse.m2e.tests.common,
- org.eclipse.m2e.core.ui;bundle-version="[0.14.0,0.15.0)"
+ org.eclipse.m2e.core.ui;bundle-version="[0.13.0,0.14.0)"

Back to the top