Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-07-28 16:25:45 +0000
committerMike Rennie2014-07-28 16:25:45 +0000
commita706cd47189727205482922c03b0bc31da7680a7 (patch)
tree11678c8d3eb189aaaee31842b5a7652e175cf16e /org.eclipse.ui.console/pom.xml
parent2fd676ca07dc7f2cf5d9f0e74d312b15e665b067 (diff)
downloadeclipse.platform.debug-a706cd47189727205482922c03b0bc31da7680a7.tar.gz
eclipse.platform.debug-a706cd47189727205482922c03b0bc31da7680a7.tar.xz
eclipse.platform.debug-a706cd47189727205482922c03b0bc31da7680a7.zip
Bug 287303 - [patch] Add Word Wrap action to Console View - updateI20140729-0800
bundle version / headers
Diffstat (limited to 'org.eclipse.ui.console/pom.xml')
-rw-r--r--org.eclipse.ui.console/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml
index eb3b22984..805970661 100644
--- a/org.eclipse.ui.console/pom.xml
+++ b/org.eclipse.ui.console/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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.console</artifactId>
- <version>3.5.300-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top