Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2018-02-22 09:20:06 +0000
committerDani Megert2018-02-22 09:20:06 +0000
commit55a88667f747058da8b4e87acc3a36cc9476321a (patch)
tree887be14867061de078cff723c0a73af266631ad1 /org.eclipse.ui.workbench.texteditor/pom.xml
parentd9ab254b705aa2b86247b7fbbe657f8fba9147a7 (diff)
downloadeclipse.platform.text-55a88667f747058da8b4e87acc3a36cc9476321a.tar.gz
eclipse.platform.text-55a88667f747058da8b4e87acc3a36cc9476321a.tar.xz
eclipse.platform.text-55a88667f747058da8b4e87acc3a36cc9476321a.zip
Fixed bundle version
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/pom.xml')
-rw-r--r--org.eclipse.ui.workbench.texteditor/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/pom.xml b/org.eclipse.ui.workbench.texteditor/pom.xml
index 1d9d2c7eb87..8d90e138f2e 100644
--- a/org.eclipse.ui.workbench.texteditor/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor</artifactId>
- <version>3.10.200-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top