Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-04-20 20:04:38 +0000
committerSam Davis2015-04-20 20:04:38 +0000
commit68400a635a968141e6838abe494956d72090cc04 (patch)
treec16f65739e01afb0e8bb7f2906f32c22031eda95 /org.eclipse.mylyn.tests.util
parent463a47e6fef2b5d5f8804a38f032e3e915b9c521 (diff)
downloadorg.eclipse.mylyn.tasks-68400a635a968141e6838abe494956d72090cc04.tar.gz
org.eclipse.mylyn.tasks-68400a635a968141e6838abe494956d72090cc04.tar.xz
org.eclipse.mylyn.tasks-68400a635a968141e6838abe494956d72090cc04.zip
457394: update o.e.m.tasks versions to 3.16
Change-Id: I90681d26c7ba101b4c5e5bd0ce8b90ad79e1d3ed Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457394
Diffstat (limited to 'org.eclipse.mylyn.tests.util')
-rw-r--r--org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
index 645cf2883..f1df79789 100644
--- a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks SDK Utilities
Bundle-SymbolicName: org.eclipse.mylyn.tests.util
-Bundle-Version: 3.15.0.qualifier
+Bundle-Version: 3.16.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.resources,
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
index a1782c3fa..e420dd0e2 100644
--- a/org.eclipse.mylyn.tests.util/pom.xml
+++ b/org.eclipse.mylyn.tests.util/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tests.util</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top