Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.activity.tests')
-rw-r--r--org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.activity.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF
index 150dcb2c7..fadc46a36 100644
--- a/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tasks Activity
Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.tests
-Bundle-Version: 3.16.0.qualifier
+Bundle-Version: 3.17.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.8.2",
diff --git a/org.eclipse.mylyn.tasks.activity.tests/pom.xml b/org.eclipse.mylyn.tasks.activity.tests/pom.xml
index 07725bd5c..799b6f30a 100644
--- a/org.eclipse.mylyn.tasks.activity.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.activity.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.16.0-SNAPSHOT</version>
+ <version>3.17.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.activity.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

Back to the top