Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-07-12 06:29:37 +0000
committerSravan Kumar Lakkimsetti2019-07-12 06:29:37 +0000
commit4d9931b63a07bc48f097406852fac657edd15913 (patch)
tree2137403eb1292c37aef6a2c1195ef2d552c883a0
parent46607c36aaefc2f2313adfa062a8051e611e550e (diff)
downloadeclipse.platform.swt-4d9931b63a07bc48f097406852fac657edd15913.tar.gz
eclipse.platform.swt-4d9931b63a07bc48f097406852fac657edd15913.tar.xz
eclipse.platform.swt-4d9931b63a07bc48f097406852fac657edd15913.zip
Updating version for first change in maintenance branch
Change-Id: I28290a0e4cf22520a8ab1db74f64e92a4f366506 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 49f3f2408a..a0950d35b2 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