Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tests.performance/pom.xml')
-rw-r--r--org.eclipse.mylyn.tests.performance/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tests.performance/pom.xml b/org.eclipse.mylyn.tests.performance/pom.xml
index 19beb8f8..725dc882 100644
--- a/org.eclipse.mylyn.tests.performance/pom.xml
+++ b/org.eclipse.mylyn.tests.performance/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tests.performance</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllPerformanceTests</test.suite>

Back to the top