Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2019-07-30 17:33:53 +0000
committernickboldt2019-07-30 17:33:53 +0000
commit3ba744c9c82dcd8df82263254431180b7db6e93a (patch)
tree4fe340583458ace3978535333cc18317ef472d1e
parent499db8b2b53297b780995030446a711f78ed6076 (diff)
downloadorg.eclipse.tm-3ba744c9c82dcd8df82263254431180b7db6e93a.tar.gz
org.eclipse.tm-3ba744c9c82dcd8df82263254431180b7db6e93a.tar.xz
org.eclipse.tm-3ba744c9c82dcd8df82263254431180b7db6e93a.zip
bump to version 4.5.102
Change-Id: Idc97b3f87d8a937c2fc94d6d98e03014e95dbb27 Signed-off-by: nickboldt <nboldt@redhat.com>
-rw-r--r--terminal/plugins/org.eclipse.tm.terminal.view.ui/META-INF/MANIFEST.MF2
-rw-r--r--terminal/plugins/org.eclipse.tm.terminal.view.ui/pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.ui/META-INF/MANIFEST.MF b/terminal/plugins/org.eclipse.tm.terminal.view.ui/META-INF/MANIFEST.MF
index 1b3bc640a..a01bdb1d2 100644
--- a/terminal/plugins/org.eclipse.tm.terminal.view.ui/META-INF/MANIFEST.MF
+++ b/terminal/plugins/org.eclipse.tm.terminal.view.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.view.ui;singleton:=true
-Bundle-Version: 4.5.100.qualifier
+Bundle-Version: 4.5.102.qualifier
Bundle-Activator: org.eclipse.tm.terminal.view.ui.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.ui/pom.xml b/terminal/plugins/org.eclipse.tm.terminal.view.ui/pom.xml
index 83891d2fc..2607a72e0 100644
--- a/terminal/plugins/org.eclipse.tm.terminal.view.ui/pom.xml
+++ b/terminal/plugins/org.eclipse.tm.terminal.view.ui/pom.xml
@@ -22,5 +22,6 @@
</parent>
<artifactId>org.eclipse.tm.terminal.view.ui</artifactId>
+ <version>4.5.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top