Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarkus Keller2015-07-02 20:43:14 +0000
committerMarkus Keller2015-07-02 20:43:14 +0000
commit72a0b57d6c06d15b02c63a9e7d65184ef54094b1 (patch)
tree199d7ba10a6d6fed4dd8620b6fa4aa99c592cab7 /tests
parent90a19607ac665746c842c39c269b36d882ba37d7 (diff)
downloadeclipse.platform.swt-72a0b57d6c06d15b02c63a9e7d65184ef54094b1.tar.gz
eclipse.platform.swt-72a0b57d6c06d15b02c63a9e7d65184ef54094b1.tar.xz
eclipse.platform.swt-72a0b57d6c06d15b02c63a9e7d65184ef54094b1.zip
Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update parent poms for 4.6
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml
index e6057593da..31bb626437 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.swt.localbuild</artifactId>
<groupId>eclipse.platform.swt</groupId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../../local-build/local-build-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>

Back to the top