Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-07-02 22:22:02 +0000
committerSam Davis2014-07-04 00:50:34 +0000
commit9f6aaa91293b27eb793a2947f9aaa498c1c4b89d (patch)
treef66a4d1c77644f33f06ca87da13c7c2384e647bd /org.eclipse.mylyn.tasks.core
parent5c16854449a6085356a5b324170b579f3dae9749 (diff)
downloadorg.eclipse.mylyn.tasks-9f6aaa91293b27eb793a2947f9aaa498c1c4b89d.tar.gz
org.eclipse.mylyn.tasks-9f6aaa91293b27eb793a2947f9aaa498c1c4b89d.tar.xz
org.eclipse.mylyn.tasks-9f6aaa91293b27eb793a2947f9aaa498c1c4b89d.zip
432201: update o.e.m.tasks to version 3.13
Change-Id: Ibbb8fe04b35d9dbfcec25d589a4a0054a2935c22 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=432201
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 3d1bc79d6..50c715de8 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.12.0.qualifier
+Bundle-Version: 3.13.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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 6c471675c..b052f18a8 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.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.core</artifactId>
- <version>3.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top