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.tasks.index.core
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.tasks.index.core')
-rw-r--r--org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.index.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
index ce335c18e..238d06b36 100644
--- a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.core
-Bundle-Version: 3.15.0.qualifier
+Bundle-Version: 3.16.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="3.8.0",
diff --git a/org.eclipse.mylyn.tasks.index.core/pom.xml b/org.eclipse.mylyn.tasks.index.core/pom.xml
index bf7c7a8b4..eb4f8223a 100644
--- a/org.eclipse.mylyn.tasks.index.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.index.core/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.tasks.index.core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top