Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tests.ui')
-rw-r--r--org.eclipse.mylyn.tests.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tests.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tests.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.ui/META-INF/MANIFEST.MF
index 2c04ad8d..8e8553a1 100644
--- a/org.eclipse.mylyn.tests.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tests.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn UI Tests
Bundle-SymbolicName: org.eclipse.mylyn.tests.ui;singleton:=true
-Bundle-Version: 3.7.0.qualifier
+Bundle-Version: 3.7.1.qualifier
Bundle-Vendor: Eclipse Mylyn
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
diff --git a/org.eclipse.mylyn.tests.ui/pom.xml b/org.eclipse.mylyn.tests.ui/pom.xml
index cb7de829..b0e72292 100644
--- a/org.eclipse.mylyn.tests.ui/pom.xml
+++ b/org.eclipse.mylyn.tests.ui/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tests.ui</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllUiTests</test.suite>

Back to the top