Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-08-17 08:16:14 +0000
committerLars Vogel2016-08-17 08:16:14 +0000
commit1629a6e4a78a208b678d91cc50e81b3f416ab5d0 (patch)
tree7dff695ad765ee06b69cd964c040369ab36c3b41 /org.eclipse.ui.workbench.texteditor.tests/pom.xml
parent0c360fb6533dca3e1e73e81ba94a3922d1256417 (diff)
downloadeclipse.platform.text-1629a6e4a78a208b678d91cc50e81b3f416ab5d0.tar.gz
eclipse.platform.text-1629a6e4a78a208b678d91cc50e81b3f416ab5d0.tar.xz
eclipse.platform.text-1629a6e4a78a208b678d91cc50e81b3f416ab5d0.zip
Bug 499746 - Necessary bundle version updatesY20160818-1000
Change-Id: I066307db04b340411fd884e8e2f7a214da01b1b4 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor.tests/pom.xml')
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
index 5af48165b44..1a1abe90554 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor.tests</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.11.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top