Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2018-08-06 13:56:19 +0000
committerMat Booth2018-08-06 13:56:19 +0000
commit4de5582eae451488e45c60f05c0c3dceaf7b1818 (patch)
tree8dbfc3fff0538bea41d78265f14365361bd1b1a9 /org.eclipse.tips.ui
parent9a4bbe3a591ab8d26d0bb6c7c91c964d525b4249 (diff)
downloadeclipse.platform.ua-4de5582eae451488e45c60f05c0c3dceaf7b1818.tar.gz
eclipse.platform.ua-4de5582eae451488e45c60f05c0c3dceaf7b1818.tar.xz
eclipse.platform.ua-4de5582eae451488e45c60f05c0c3dceaf7b1818.zip
Bump versions to avoid the comparator deleting source bundles that are not present in the baseline. Change-Id: Ie7989fceeb23256dda852f0bd1fd8106cd20a789 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'org.eclipse.tips.ui')
-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 f8fe33a01..c5b0af46e 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.100.qualifier
+Bundle-Version: 0.1.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.jface;bundle-version="3.12.0",
diff --git a/org.eclipse.tips.ui/pom.xml b/org.eclipse.tips.ui/pom.xml
index ade11f30e..3f31616aa 100644
--- a/org.eclipse.tips.ui/pom.xml
+++ b/org.eclipse.tips.ui/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.ui</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top