Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-04 11:10:39 +0000
committerSravan Kumar Lakkimsetti2021-06-04 11:39:57 +0000
commitc1b54008aa6bf89b907e63af59d65966fd5e2d55 (patch)
treeb8d27fb518a031ef9243244b02c9cc7d4087fa5a
parent64ffe8748a9d1a14ec56aa8a157b822ae6716559 (diff)
downloadeclipse.platform.swt-c1b54008aa6bf89b907e63af59d65966fd5e2d55.tar.gz
eclipse.platform.swt-c1b54008aa6bf89b907e63af59d65966fd5e2d55.tar.xz
eclipse.platform.swt-c1b54008aa6bf89b907e63af59d65966fd5e2d55.zip
Bug 573965 - Version bumps for 4.21 stream
Change-Id: I9cb7b19a4e9b15899593c9e6dc701b176699ba36 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/181447 Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--bundles/org.eclipse.swt/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.swt/build.xml2
-rw-r--r--bundles/org.eclipse.swt/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index 029c131d76..d8f9a704c5 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.116.100.qualifier
+Bundle-Version: 3.116.200.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
DynamicImport-Package: org.eclipse.swt.accessibility2
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 070a512f2a..6f70d137b1 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -18,7 +18,7 @@
<target name="init">
<property name="plugin" value="org.eclipse.swt" />
- <property name="version.suffix" value="3.116.100" />
+ <property name="version.suffix" value="3.116.200" />
<property name="full.name" value="${plugin}_${version.suffix}" />
<property name="temp.folder" value="${basedir}/temp.folder" />
<property name="plugin.destination" value="${basedir}" />
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index 27eea12f3b..5401aeabab 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.116.100-SNAPSHOT</version>
+ <version>3.116.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top