Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2018-06-28 17:30:36 +0000
committerSam Davis2018-06-28 17:30:36 +0000
commit0ad4931b1587f0948b569acd79d6bcf746ca3610 (patch)
tree01d857cdd8c5a2866b94435b4f4cf50c03a9c4df /org.eclipse.mylyn.trac.core.tests
parent3e12a215f3e68d8cf11ccf84196afb42178f2cfa (diff)
downloadorg.eclipse.mylyn.tasks-0ad4931b1587f0948b569acd79d6bcf746ca3610.tar.gz
org.eclipse.mylyn.tasks-0ad4931b1587f0948b569acd79d6bcf746ca3610.tar.xz
org.eclipse.mylyn.tasks-0ad4931b1587f0948b569acd79d6bcf746ca3610.zip
519262: update org.eclipse.mylyn.tasks versions to 3.25
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=519262
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 52822c3f6..777d17c90 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.24.0.qualifier
+Bundle-Version: 3.25.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.trac.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.mylyn.trac.core.tests/pom.xml b/org.eclipse.mylyn.trac.core.tests/pom.xml
index 83df0bc00..85ced2ab9 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.24.0-SNAPSHOT</version>
+ <version>3.25.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.trac.core.tests</artifactId>
- <version>3.24.0-SNAPSHOT</version>
+ <version>3.25.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>

Back to the top