Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-16 14:03:04 +0000
committerspingel2011-06-16 14:03:04 +0000
commit5cdbb86f69c0cfc62e1b6331cebafa3262272f51 (patch)
tree2ece25d3b324f40430c7b8b66867e8a12bdb964b /org.eclipse.mylyn.tasks.bugs
parenta33f035234ba165c9be411c71106445d0ebf1563 (diff)
downloadorg.eclipse.mylyn.tasks-5cdbb86f69c0cfc62e1b6331cebafa3262272f51.tar.gz
org.eclipse.mylyn.tasks-5cdbb86f69c0cfc62e1b6331cebafa3262272f51.tar.xz
org.eclipse.mylyn.tasks-5cdbb86f69c0cfc62e1b6331cebafa3262272f51.zip
bug 343617: updated versoins for Mylyn 3.7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=343617
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index 4c935f0bc..6a3e3ad51 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/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.bugs;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.7.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui,
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
index c1c447a56..542cab61c 100644
--- a/org.eclipse.mylyn.tasks.bugs/pom.xml
+++ b/org.eclipse.mylyn.tasks.bugs/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.bugs</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top