Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-06-24 10:26:52 +0000
committerSteffen Pingel2013-06-24 10:26:52 +0000
commitd57a2b6bfe43a75f4833d47fc020a9122d91421d (patch)
treed62cea76d23b4c9d89b751f9f9e7058ad012eb46 /org.eclipse.mylyn.tasks.index.ui
parenteea374b4b1c756a1e12f90dba0b6d590bc9c5c39 (diff)
downloadorg.eclipse.mylyn.tasks-d57a2b6bfe43a75f4833d47fc020a9122d91421d.tar.gz
org.eclipse.mylyn.tasks-d57a2b6bfe43a75f4833d47fc020a9122d91421d.tar.xz
org.eclipse.mylyn.tasks-d57a2b6bfe43a75f4833d47fc020a9122d91421d.zip
411475: update versions to 3.9.1
Change-Id: Ie2b4761851477b0065219b479c336c2a56b2dd3b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=411475
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.ui')
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
index 9261f0928..ec6df59a0 100644
--- a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.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.tasks.index.ui;singleton:=true
-Bundle-Version: 3.9.0.qualifier
+Bundle-Version: 3.9.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.tasks.index.ui/pom.xml b/org.eclipse.mylyn.tasks.index.ui/pom.xml
index 42da99dba..a6fbdf327 100644
--- a/org.eclipse.mylyn.tasks.index.ui/pom.xml
+++ b/org.eclipse.mylyn.tasks.index.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.9.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.index.ui</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top