Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-07-05 09:09:05 +0000
committerLars Vogel2019-07-05 09:43:59 +0000
commit5499cca61ce601e554c9b7a5d68d86619f49660e (patch)
tree29e48c4ec6838322a3805e288f067c35a09ce29c
parent73e505c6b0c0270f52d87b853a774e1472aa21e3 (diff)
downloadeclipse.platform.ua-5499cca61ce601e554c9b7a5d68d86619f49660e.tar.gz
eclipse.platform.ua-5499cca61ce601e554c9b7a5d68d86619f49660e.tar.xz
eclipse.platform.ua-5499cca61ce601e554c9b7a5d68d86619f49660e.zip
4.13 update for org.eclipse.tips.core
For https://git.eclipse.org/r/145506 Change-Id: Ib6f9152cb7063307438eecd8f9c1201b2a47c0db Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.tips.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.tips.core/META-INF/MANIFEST.MF b/org.eclipse.tips.core/META-INF/MANIFEST.MF
index 2511996aa..64a1a2135 100644
--- a/org.eclipse.tips.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.core;singleton:=true
-Bundle-Version: 0.1.400.qualifier
+Bundle-Version: 0.1.500.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.tips.core,
diff --git a/org.eclipse.tips.core/pom.xml b/org.eclipse.tips.core/pom.xml
index 751adff5f..27f65c8d7 100644
--- a/org.eclipse.tips.core/pom.xml
+++ b/org.eclipse.tips.core/pom.xml
@@ -22,6 +22,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.core</artifactId>
- <version>0.1.400-SNAPSHOT</version>
+ <version>0.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top