Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-06-25 20:43:19 +0000
committerSam Davis2015-06-25 20:43:19 +0000
commit1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84 (patch)
tree2e350368be6df8611b6bffdfdb82909a6a0d9432 /org.eclipse.mylyn.trac.core.tests
parent286b3deb95fc0b32d2c7319ec1909c2a8fc1e385 (diff)
downloadorg.eclipse.mylyn.tasks-1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84.tar.gz
org.eclipse.mylyn.tasks-1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84.tar.xz
org.eclipse.mylyn.tasks-1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84.zip
465143: update o.e.m.tasks versions to 3.17
Change-Id: I2acb6672e20cb182ef35e021719d002c96e98e72 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465143
Diffstat (limited to 'org.eclipse.mylyn.trac.core.tests')
-rw-r--r--org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.core.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF
index f102074ec..14eb31804 100644
--- a/org.eclipse.mylyn.trac.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core.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.core.tests;singleton:=true
-Bundle-Version: 3.16.0.qualifier
+Bundle-Version: 3.17.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.trac.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.eclipse.mylyn.trac.core.tests/pom.xml b/org.eclipse.mylyn.trac.core.tests/pom.xml
index 70ff71ec0..ba47af2f0 100644
--- a/org.eclipse.mylyn.trac.core.tests/pom.xml
+++ b/org.eclipse.mylyn.trac.core.tests/pom.xml
@@ -6,10 +6,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.16.0-SNAPSHOT</version>
+ <version>3.17.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.trac.core.tests</artifactId>
- <version>3.16.0-SNAPSHOT</version>
+ <version>3.17.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>

Back to the top