Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-07-02 18:55:34 +0000
committerMarkus Keller2015-07-02 18:55:34 +0000
commit08cc142955e0e3d1139e74b7d41050f109b0f174 (patch)
tree5421a079c0c887d63b321fc2f0da7b9b3d669b19 /org.eclipse.ui.examples.javaeditor
parent645c60835b748ddc145a206511d6b41fc64e0d56 (diff)
downloadeclipse.platform.text-08cc142955e0e3d1139e74b7d41050f109b0f174.tar.gz
eclipse.platform.text-08cc142955e0e3d1139e74b7d41050f109b0f174.tar.xz
eclipse.platform.text-08cc142955e0e3d1139e74b7d41050f109b0f174.zip
Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor')
-rw-r--r--org.eclipse.ui.examples.javaeditor/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/pom.xml b/org.eclipse.ui.examples.javaeditor/pom.xml
index 629d9ff9297..6d8fd6e0fc7 100644
--- a/org.eclipse.ui.examples.javaeditor/pom.xml
+++ b/org.eclipse.ui.examples.javaeditor/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.text</artifactId>
<groupId>eclipse.platform.text</groupId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.examples.javaeditor</artifactId>

Back to the top