Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-25 15:21:10 +0000
committervladt2011-03-25 15:21:10 +0000
commita98855a30d3db17aacb9c4864402c002fd05c2ab (patch)
tree4da039e027d1f90a3569f47ce45f0d8c27d8a98c /org.eclipse.m2e.integration.tests.common
parent4e76ac4c3f69abde7906319343d3438375e42131 (diff)
downloadm2e-core-a98855a30d3db17aacb9c4864402c002fd05c2ab.tar.gz
m2e-core-a98855a30d3db17aacb9c4864402c002fd05c2ab.tar.xz
m2e-core-a98855a30d3db17aacb9c4864402c002fd05c2ab.zip
Rolled back version back to 0.13.0-SNAPSHOT
Diffstat (limited to 'org.eclipse.m2e.integration.tests.common')
-rw-r--r--org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF4
-rw-r--r--org.eclipse.m2e.integration.tests.common/pom.xml2
2 files changed, 3 insertions, 3 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)"
diff --git a/org.eclipse.m2e.integration.tests.common/pom.xml b/org.eclipse.m2e.integration.tests.common/pom.xml
index 2aa055b4..e9379013 100644
--- a/org.eclipse.m2e.integration.tests.common/pom.xml
+++ b/org.eclipse.m2e.integration.tests.common/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>org.eclipse.m2e.parent</artifactId>
- <version>0.14.0-SNAPSHOT</version>
+ <version>0.13.0-SNAPSHOT</version>
<relativePath>../org.eclipse.m2e.parent</relativePath>
</parent>

Back to the top