Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-19 11:40:36 +0000
committerLars Vogel2019-06-19 12:18:20 +0000
commitf90a1bf90c2ac9034a6e74ce961a66fa8558638c (patch)
treecb76a007489b1099eb6d1544fe1bb46cc5d9c7af
parent82913642da8f106a68b173b19d0116440f0acda9 (diff)
downloadeclipse.platform.ua-f90a1bf90c2ac9034a6e74ce961a66fa8558638c.tar.gz
eclipse.platform.ua-f90a1bf90c2ac9034a6e74ce961a66fa8558638c.tar.xz
eclipse.platform.ua-f90a1bf90c2ac9034a6e74ce961a66fa8558638c.zip
4.13 update of org.eclipse.tips.ui
For https://git.eclipse.org/r/144332 Change-Id: I00253b59b51bc9bcf310ba91c1c9df5679c2dfdf Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.tips.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.tips.ui/META-INF/MANIFEST.MF b/org.eclipse.tips.ui/META-INF/MANIFEST.MF
index 3a9203306..247034fd8 100644
--- a/org.eclipse.tips.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.ui;singleton:=true
-Bundle-Version: 0.1.600.qualifier
+Bundle-Version: 0.1.700.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.0.0",
org.eclipse.jface;bundle-version="3.0.0",
diff --git a/org.eclipse.tips.ui/pom.xml b/org.eclipse.tips.ui/pom.xml
index 76074fa28..2510adea6 100644
--- a/org.eclipse.tips.ui/pom.xml
+++ b/org.eclipse.tips.ui/pom.xml
@@ -22,6 +22,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.ui</artifactId>
- <version>0.1.600-SNAPSHOT</version>
+ <version>0.1.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top