Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-01-26 21:42:53 +0000
committerSam Davis2015-01-26 21:42:53 +0000
commitd568767b1154ff7bd7af45f257b517e6495e9176 (patch)
tree583040339fc034a094db0a9a39e1dd69d0412073 /org.eclipse.mylyn.help.sdk
parent4dd543457b2029133fbbf059de9b4721c9a0294f (diff)
downloadorg.eclipse.mylyn.tasks-d568767b1154ff7bd7af45f257b517e6495e9176.tar.gz
org.eclipse.mylyn.tasks-d568767b1154ff7bd7af45f257b517e6495e9176.tar.xz
org.eclipse.mylyn.tasks-d568767b1154ff7bd7af45f257b517e6495e9176.zip
457998: update mylyn.tasks version to 3.14.1R_3_14_1
Change-Id: I281558814d6b38826c097e4f42ade838eb6640ec Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457998
Diffstat (limited to 'org.eclipse.mylyn.help.sdk')
-rw-r--r--org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF
index 0d6bd7a9a..6c597b5e4 100644
--- a/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.sdk/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.help.sdk;singleton:=true
-Bundle-Version: 3.14.0.qualifier
+Bundle-Version: 3.14.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.help
diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml
index 1dab2b84b..760a33f03 100644
--- a/org.eclipse.mylyn.help.sdk/pom.xml
+++ b/org.eclipse.mylyn.help.sdk/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.14.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.sdk</artifactId>
- <version>3.14.0-SNAPSHOT</version>
+ <version>3.14.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top