Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-04 06:20:58 +0000
committerSravan Kumar Lakkimsetti2018-09-04 06:20:58 +0000
commit2e5858cc10f982136302063d69822382180c6384 (patch)
tree076ad83d1e0f46fa74b3a666113bf3a749c65718 /org.eclipse.ui.workbench.texteditor
parent9c6437ff072c4f23cd4ca9c697c6b4ab4e0f269e (diff)
downloadeclipse.platform.text-2e5858cc10f982136302063d69822382180c6384.tar.gz
eclipse.platform.text-2e5858cc10f982136302063d69822382180c6384.tar.xz
eclipse.platform.text-2e5858cc10f982136302063d69822382180c6384.zip
Change-Id: I8ea72f1e990039ec24ce2930df788e2e199a9993 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor')
-rw-r--r--org.eclipse.ui.workbench.texteditor/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/pom.xml b/org.eclipse.ui.workbench.texteditor/pom.xml
index 4f72251c2a0..5dc984a75f4 100644
--- a/org.eclipse.ui.workbench.texteditor/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.text</artifactId>
<groupId>eclipse.platform.text</groupId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor</artifactId>

Back to the top