Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-06-10 04:44:37 +0000
committerSravan Kumar Lakkimsetti2019-06-10 04:44:37 +0000
commit9cbded6d822f11090aa69995220cf3c37af02695 (patch)
treebc9a5b36c5bb3f40d2f7b04b1d5929b21802573f
parent9b8a8b4c28e506ea6555dc3ba0cbd408cf66b424 (diff)
downloadeclipse.platform.swt-9cbded6d822f11090aa69995220cf3c37af02695.tar.gz
eclipse.platform.swt-9cbded6d822f11090aa69995220cf3c37af02695.tar.xz
eclipse.platform.swt-9cbded6d822f11090aa69995220cf3c37af02695.zip
Bug 547928 - Version bumps for 4.13 stream
Change-Id: I1be2050164be6c5897b71cc83d7038e60be495e5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-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 a0f718d660..448c1c8b5c 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.111.0.qualifier
+Bundle-Version: 3.111.100.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 62e6ab28cd..5759a472a8 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.111.0" />
+ <property name="version.suffix" value="3.111.100" />
<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 ae059c8a95..ec1d90b880 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.111.0-SNAPSHOT</version>
+ <version>3.111.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top