Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-28 23:39:20 +0000
committerSam Davis2014-04-01 23:50:28 +0000
commit867fc3833a4f31a7dedf88aa4bdb572b82fad922 (patch)
tree07e6c2f18e690655207da12e2698ed1d3917080b /org.eclipse.mylyn.tasks.ui.tests
parent9f5710b17bfd57a5ca44666fc4ad83ea924c0398 (diff)
downloadorg.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.tar.gz
org.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.tar.xz
org.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.zip
update versions for 3.12
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui.tests')
-rw-r--r--org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.ui.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
index f9a867559..9eef3ca87 100644
--- a/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks Framework Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui.tests;singleton:=true
-Bundle-Version: 3.11.0.qualifier
+Bundle-Version: 3.12.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.tasks.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.tasks.ui.tests/pom.xml b/org.eclipse.mylyn.tasks.ui.tests/pom.xml
index 272fa7126..d023a7d8f 100644
--- a/org.eclipse.mylyn.tasks.ui.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui.tests/pom.xml
@@ -6,10 +6,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks.ui.tests</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>

Back to the top