Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tests/pom.xml')
-rw-r--r--org.eclipse.mylyn.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tests/pom.xml b/org.eclipse.mylyn.tests/pom.xml
index 648d94b0..11c38f04 100644
--- a/org.eclipse.mylyn.tests/pom.xml
+++ b/org.eclipse.mylyn.tests/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn-parent</artifactId>
<groupId>org.eclipse.mylyn</groupId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
<relativePath>../org.eclipse.mylyn-parent</relativePath>
</parent>
<artifactId>org.eclipse.mylyn.tests</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.integration.suite>org.eclipse.mylyn.tests.AllTests</test.integration.suite>

Back to the top