Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui.tests')
-rw-r--r--org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.ui.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
index 2d573d663..c9c36269e 100644
--- a/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks Framework Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui.tests;singleton:=true
-Bundle-Version: 3.19.0.qualifier
+Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.tasks.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.eclipse.mylyn.tasks.ui.tests/pom.xml b/org.eclipse.mylyn.tasks.ui.tests/pom.xml
index 9afe66350..c86d5bafd 100644
--- a/org.eclipse.mylyn.tasks.ui.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui.tests/pom.xml
@@ -6,10 +6,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.19.0-SNAPSHOT</version>
+ <version>3.20.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.ui.tests</artifactId>
- <version>3.19.0-SNAPSHOT</version>
+ <version>3.20.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>

Back to the top