Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-22 14:35:11 +0000
committerSteffen Pingel2012-03-22 14:35:11 +0000
commita5a93fae801a7e9e1a6d62cf080f76fce239a615 (patch)
tree656dc245c0cfd962cd2c2a10e8671889eb9250ce /org.eclipse.mylyn.tests.ui/pom.xml
parent5dae8d9376fecdd04f604d9ee3398415fd4e888c (diff)
downloadorg.eclipse.mylyn.incubator-e_3_8_m_3_7_x.tar.gz
org.eclipse.mylyn.incubator-e_3_8_m_3_7_x.tar.xz
org.eclipse.mylyn.incubator-e_3_8_m_3_7_x.zip
NEW - bug 375060: [release] plan Mylyn 3.7.1 release e_3_8_m_3_7_x
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375060
Diffstat (limited to 'org.eclipse.mylyn.tests.ui/pom.xml')
-rw-r--r--org.eclipse.mylyn.tests.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tests.ui/pom.xml b/org.eclipse.mylyn.tests.ui/pom.xml
index cb7de829..b0e72292 100644
--- a/org.eclipse.mylyn.tests.ui/pom.xml
+++ b/org.eclipse.mylyn.tests.ui/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tests.ui</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllUiTests</test.suite>

Back to the top