Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2020-02-11 09:26:44 +0000
committerNiraj Modi2020-02-11 09:26:44 +0000
commit1d373db0aac19fff85101e7d4ff7f18f78a3944b (patch)
treeec2d1e4c2f691184daad1fa3964e073f4f141459
parentda40edd699782cbf39336e84cf93bec89e33f7cc (diff)
downloadeclipse.platform.swt-1d373db0aac19fff85101e7d4ff7f18f78a3944b.tar.gz
eclipse.platform.swt-1d373db0aac19fff85101e7d4ff7f18f78a3944b.tar.xz
eclipse.platform.swt-1d373db0aac19fff85101e7d4ff7f18f78a3944b.zip
Update SWT source repo's Bundle Version:
The minor version should be incremented in version 3.113.100, since new APIs have been added since version 3.113.0 Change-Id: Id63d0bdd29031409087a96d53c92992675d63e72 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.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 7fee837cfd..c85d305c1f 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.113.100.qualifier
+Bundle-Version: 3.114.0.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 2de22984c9..8534066188 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.113.100-SNAPSHOT</version>
+ <version>3.114.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top