Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-10-06 20:39:40 +0000
committerGerrit Code Review @ Eclipse.org2016-10-11 22:05:21 +0000
commit8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953 (patch)
tree335e51d0a955207e518c7cb9844ad2177813b080 /org.eclipse.mylyn.tasks.core
parenta2991dc2f487b9fa565014caf365569fa6fedd9b (diff)
downloadorg.eclipse.mylyn.tasks-8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953.tar.gz
org.eclipse.mylyn.tasks-8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953.tar.xz
org.eclipse.mylyn.tasks-8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953.zip
497533: update tasks versions to 3.22
Change-Id: Ib0d219a06af1cf3b2090da2fc844c39fad74e323 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497533
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index d3d83bd9d..0879dfb89 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.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.core;singleton:=true
-Bundle-Version: 3.21.0.qualifier
+Bundle-Version: 3.22.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
index 0829a8dd2..33d6b6336 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.21.0-SNAPSHOT</version>
+ <version>3.22.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.core</artifactId>
- <version>3.21.0-SNAPSHOT</version>
+ <version>3.22.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top