Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-10-03 15:26:29 +0000
committerSteffen Pingel2013-10-03 15:26:29 +0000
commit2b83a8842b4ebc3962fc7856b7e20ace60408b42 (patch)
tree4246fb315b8ac3a0ae06aaa8ca0985b800f771d8 /org.eclipse.mylyn.help.ui
parent53522e38b6df93f848484bc249be61a0e01dd24d (diff)
downloadorg.eclipse.mylyn.tasks-2b83a8842b4ebc3962fc7856b7e20ace60408b42.tar.gz
org.eclipse.mylyn.tasks-2b83a8842b4ebc3962fc7856b7e20ace60408b42.tar.xz
org.eclipse.mylyn.tasks-2b83a8842b4ebc3962fc7856b7e20ace60408b42.zip
bug 415824: [release] plan Mylyn 3.9.2 release
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 9007b69e4..e93bfa0cc 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/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.ui;singleton:=true
-Bundle-Version: 3.9.1.qualifier
+Bundle-Version: 3.9.2.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index 80c7c880b..7b4f28f94 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.9.1-SNAPSHOT</version>
+ <version>3.9.2-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.ui</artifactId>
- <version>3.9.1-SNAPSHOT</version>
+ <version>3.9.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top