Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-03-09 10:07:27 +0000
committerMat Booth2020-03-09 10:07:27 +0000
commit26869c930dd9b3306990601c2d982479d2572d5a (patch)
tree828a85d5ab22a52c27f3a5bcab6584d71f186151
parentdea4dbb7f5c3bd544c3c12a4d926fb6b161abdbd (diff)
downloadeclipse.platform.swt-26869c930dd9b3306990601c2d982479d2572d5a.tar.gz
eclipse.platform.swt-26869c930dd9b3306990601c2d982479d2572d5a.tar.xz
eclipse.platform.swt-26869c930dd9b3306990601c2d982479d2572d5a.zip
Bug 560877 - Version bumps for 4.16 stream
Bump o.e.swt bundle to 3.114.100 Change-Id: I239a330da704f87bc87a25d0b9a67a7b7b29d9d2 Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rw-r--r--bundles/org.eclipse.swt/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.swt/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index c85d305c1f..2e570ebbca 100644
--- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt; singleton:=true
-Bundle-Version: 3.114.0.qualifier
+Bundle-Version: 3.114.100.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
DynamicImport-Package: org.eclipse.swt.accessibility2
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index 51e487fbec..7b76b36276 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt</artifactId>
- <version>3.114.0-SNAPSHOT</version>
+ <version>3.114.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top