Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-10-21 19:10:25 +0000
committerSteffen Pingel2013-10-21 19:10:25 +0000
commitd85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f (patch)
treecb34ed657bdcb3adadbca8988444d8c119e00909 /org.eclipse.mylyn.bugzilla.core
parent8eac454870be9ef5177501e66d79255b72113726 (diff)
downloadorg.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.tar.gz
org.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.tar.xz
org.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.zip
420019: update versions to Mylyn 3.11
Change-Id: I1a52e8dfd71f241c6dafe01504f8eb1c751572cc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420019
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 36fb16b7e..67edb1214 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core;singleton:=true
-Bundle-Version: 3.10.0.qualifier
+Bundle-Version: 3.11.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.8.0,4.0.0)",
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
index b4dcb717e..dde3434a1 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.core</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top