Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2018-10-11 08:59:53 +0000
committerSarika Sinha2018-10-11 09:16:54 +0000
commitfb5b817008012540fb111acd48a7d128c65bd6b9 (patch)
tree0307f13452d4d9b04b0f4f4d15ea55c79df58b0f /org.eclipse.ui.console/pom.xml
parent8619dcb5b08b7ff36e0daeca31f16de73c006c05 (diff)
downloadeclipse.platform.debug-fb5b817008012540fb111acd48a7d128c65bd6b9.tar.gz
eclipse.platform.debug-fb5b817008012540fb111acd48a7d128c65bd6b9.tar.xz
eclipse.platform.debug-fb5b817008012540fb111acd48a7d128c65bd6b9.zip
Bug 307309 - [console] Some uses of IOConsoleInputStream.available()I20181017-1800
throw IOException for no good reason Change-Id: Iaa7ad7e96bb602532ed7af4c02e35911d26a7e3f
Diffstat (limited to 'org.eclipse.ui.console/pom.xml')
-rw-r--r--org.eclipse.ui.console/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml
index 588dcfd94..b77083974 100644
--- a/org.eclipse.ui.console/pom.xml
+++ b/org.eclipse.ui.console/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.console</artifactId>
- <version>3.8.200-SNAPSHOT</version>
+ <version>3.8.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top