Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-11 10:45:08 +0000
committerLars Vogel2019-06-11 10:49:44 +0000
commit8467ca1daee71520ff614332b8e292e83028971b (patch)
tree3a393b9538061c57da4e27ba9f7ad7c6820694d7
parentd6fc78654c5d109e7f1591fe8d7cfbda1263a4d3 (diff)
downloadeclipse.platform.debug-8467ca1daee71520ff614332b8e292e83028971b.tar.gz
eclipse.platform.debug-8467ca1daee71520ff614332b8e292e83028971b.tar.xz
eclipse.platform.debug-8467ca1daee71520ff614332b8e292e83028971b.zip
4.13 version update for org.eclipse.ui.console
Required for https://git.eclipse.org/r/c/142750/ Change-Id: I1cf0b64f886174193d28434da1eb186364c95f0a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.console/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.console/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.console/META-INF/MANIFEST.MF b/org.eclipse.ui.console/META-INF/MANIFEST.MF
index df2b6082b..2e5be95a9 100644
--- a/org.eclipse.ui.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.console; singleton:=true
-Bundle-Version: 3.8.500.qualifier
+Bundle-Version: 3.8.600.qualifier
Bundle-Activator: org.eclipse.ui.console.ConsolePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml
index 67fa7b21c..9662bb121 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.500-SNAPSHOT</version>
+ <version>3.8.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top