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.bugs
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.bugs')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index a452a641c..2b1143ca6 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/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.bugs;singleton:=true
-Bundle-Version: 3.15.0.qualifier
+Bundle-Version: 3.16.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui,
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
index 568c7afde..acb0ac156 100644
--- a/org.eclipse.mylyn.tasks.bugs/pom.xml
+++ b/org.eclipse.mylyn.tasks.bugs/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.bugs</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top