Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-07-02 20:43:14 +0000
committerMarkus Keller2015-07-02 20:43:14 +0000
commit72a0b57d6c06d15b02c63a9e7d65184ef54094b1 (patch)
tree199d7ba10a6d6fed4dd8620b6fa4aa99c592cab7 /features
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 'features')
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index 0c8667c315..b49f16c832 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.swt</artifactId>
<groupId>eclipse.platform.swt</groupId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>

Back to the top