Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.core.tests')
-rw-r--r--org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.core.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF
index 499f249b1..3154c6ef6 100644
--- a/org.eclipse.mylyn.tasks.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core.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.core.tests;singleton:=true
-Bundle-Version: 3.9.0.qualifier
+Bundle-Version: 3.9.1.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.tasks.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.tasks.core.tests/pom.xml b/org.eclipse.mylyn.tasks.core.tests/pom.xml
index d41aff8f6..cda01d9d5 100644
--- a/org.eclipse.mylyn.tasks.core.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.core.tests/pom.xml
@@ -6,10 +6,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.9.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.core.tests</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.9.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>

Back to the top