Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-28 23:39:20 +0000
committerSam Davis2014-04-01 23:50:28 +0000
commit867fc3833a4f31a7dedf88aa4bdb572b82fad922 (patch)
tree07e6c2f18e690655207da12e2698ed1d3917080b /org.eclipse.mylyn.help.sdk
parent9f5710b17bfd57a5ca44666fc4ad83ea924c0398 (diff)
downloadorg.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.tar.gz
org.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.tar.xz
org.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.zip
update versions for 3.12
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 9e92b9f29..43c75f810 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.11.0.qualifier
+Bundle-Version: 3.12.0.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 ba8c41096..afdc17bee 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.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.sdk</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top