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.trac.ui.tests
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.trac.ui.tests')
-rw-r--r--org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.ui.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF
index 5e4d8e753..1d04d8b70 100644
--- a/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Tests
Bundle-SymbolicName: org.eclipse.mylyn.trac.ui.tests;singleton:=true
-Bundle-Version: 3.10.0.qualifier
+Bundle-Version: 3.11.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.trac.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.trac.ui.tests/pom.xml b/org.eclipse.mylyn.trac.ui.tests/pom.xml
index 0033c4770..ac4e54b1f 100644
--- a/org.eclipse.mylyn.trac.ui.tests/pom.xml
+++ b/org.eclipse.mylyn.trac.ui.tests/pom.xml
@@ -6,10 +6,10 @@
<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>
<artifactId>org.eclipse.mylyn.trac.ui.tests</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>

Back to the top