Bug 547333 - [32 bit][GTK2] Eclipse assembly code broke the alignment of
the stack pointer
Change-Id: Ieb4c95f2b37d9043e1e50aab8732a165ae1b4610
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml
index e6e9f95..7afcf17 100644
--- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml
+++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml
@@ -6,7 +6,7 @@
<property name="swt.arch" value="x86_64" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml
index 7e9a92f..e472d4f 100644
--- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml
+++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.cocoa.macosx/build.xml b/bundles/org.eclipse.swt.cocoa.macosx/build.xml
index c662ebc..721c866 100644
--- a/bundles/org.eclipse.swt.cocoa.macosx/build.xml
+++ b/bundles/org.eclipse.swt.cocoa.macosx/build.xml
@@ -5,7 +5,7 @@
<property name="swt.os" value="macosx" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.cocoa.macosx/pom.xml b/bundles/org.eclipse.swt.cocoa.macosx/pom.xml
index 0f74e49..51d8301 100644
--- a/bundles/org.eclipse.swt.cocoa.macosx/pom.xml
+++ b/bundles/org.eclipse.swt.cocoa.macosx/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.cocoa.macosx</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc/build.xml b/bundles/org.eclipse.swt.gtk.aix.ppc/build.xml
index e7334a8..50b9098 100644
--- a/bundles/org.eclipse.swt.gtk.aix.ppc/build.xml
+++ b/bundles/org.eclipse.swt.gtk.aix.ppc/build.xml
@@ -6,7 +6,7 @@
<property name="swt.arch" value="ppc" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc/pom.xml b/bundles/org.eclipse.swt.gtk.aix.ppc/pom.xml
index c960cf6..d11a7ee 100644
--- a/bundles/org.eclipse.swt.gtk.aix.ppc/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.aix.ppc/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.aix.ppc</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml b/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml
index 16d94e7..983f97f 100644
--- a/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml
@@ -6,7 +6,7 @@
<property name="swt.arch" value="ppc64" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml b/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml
index 55b40b6..092fe35 100644
--- a/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.aix.ppc64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml b/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml
index 27d6450..21df426 100644
--- a/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml
@@ -6,7 +6,7 @@
<property name="swt.arch" value="ia64" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml b/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml
index fa74e7a..4388b29 100644
--- a/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.hpux.ia64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64_32/build.xml b/bundles/org.eclipse.swt.gtk.hpux.ia64_32/build.xml
index 2c6202f..d65aa0e 100644
--- a/bundles/org.eclipse.swt.gtk.hpux.ia64_32/build.xml
+++ b/bundles/org.eclipse.swt.gtk.hpux.ia64_32/build.xml
@@ -6,7 +6,7 @@
<property name="swt.arch" value="ia64_32" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64_32/pom.xml b/bundles/org.eclipse.swt.gtk.hpux.ia64_32/pom.xml
index 392e702..91b55c5 100644
--- a/bundles/org.eclipse.swt.gtk.hpux.ia64_32/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.hpux.ia64_32/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.hpux.ia64_32</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml
index 8d0a182..90a76a9 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc/pom.xml
index bf50714..c8ece9d 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.ppc</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml
index 3799f37..9db6834 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
index af1b76b..d21e25e 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml
index c8a23a1..43c908e 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
index 1bddc6d..1dc85b1 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
index 273e812..641b3f3 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml b/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml
index fbebe3b..e71b016 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.s390</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
index 83ebd24..615ccbc 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml b/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml
index 12d49af..3989f52 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml
index d6b59b9..9efefde 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla make_xulrunner make_xulrunner24 make_xpcominit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml
index d0fc9c7..32671bf 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
index 57ff38b..39507ea 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla make_xulrunner make_xulrunner24 make_xpcominit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
index 7dc850b..0964c8b 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.solaris.sparc/build.xml b/bundles/org.eclipse.swt.gtk.solaris.sparc/build.xml
index cffb40d..b9f06f3 100644
--- a/bundles/org.eclipse.swt.gtk.solaris.sparc/build.xml
+++ b/bundles/org.eclipse.swt.gtk.solaris.sparc/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.solaris.sparc/pom.xml b/bundles/org.eclipse.swt.gtk.solaris.sparc/pom.xml
index a9e71e6..22a260f 100644
--- a/bundles/org.eclipse.swt.gtk.solaris.sparc/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.solaris.sparc/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.solaris.sparc</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.gtk.solaris.x86/build.xml b/bundles/org.eclipse.swt.gtk.solaris.x86/build.xml
index b93af7e..2433424 100644
--- a/bundles/org.eclipse.swt.gtk.solaris.x86/build.xml
+++ b/bundles/org.eclipse.swt.gtk.solaris.x86/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="make_mozilla install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.gtk.solaris.x86/pom.xml b/bundles/org.eclipse.swt.gtk.solaris.x86/pom.xml
index 4629088..7a6516b 100644
--- a/bundles/org.eclipse.swt.gtk.solaris.x86/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.solaris.x86/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.solaris.x86</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.win32.wce_ppc.arm/build.xml b/bundles/org.eclipse.swt.win32.wce_ppc.arm/build.xml
index 5173bfd..f76fe59 100644
--- a/bundles/org.eclipse.swt.win32.wce_ppc.arm/build.xml
+++ b/bundles/org.eclipse.swt.win32.wce_ppc.arm/build.xml
@@ -6,7 +6,7 @@
<property name="swt.arch" value="arm" />
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.win32.wce_ppc.arm/pom.xml b/bundles/org.eclipse.swt.win32.wce_ppc.arm/pom.xml
index bd969b4..c681b48 100644
--- a/bundles/org.eclipse.swt.win32.wce_ppc.arm/pom.xml
+++ b/bundles/org.eclipse.swt.win32.wce_ppc.arm/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.wce_ppc.arm</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.win32.win32.ia64/build.xml b/bundles/org.eclipse.swt.win32.win32.ia64/build.xml
index 4c423f9..a837e07 100644
--- a/bundles/org.eclipse.swt.win32.win32.ia64/build.xml
+++ b/bundles/org.eclipse.swt.win32.win32.ia64/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="ia64 all install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.win32.win32.ia64/pom.xml b/bundles/org.eclipse.swt.win32.win32.ia64/pom.xml
index 1f12a17..a5e64fe 100644
--- a/bundles/org.eclipse.swt.win32.win32.ia64/pom.xml
+++ b/bundles/org.eclipse.swt.win32.win32.ia64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.win32.ia64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/build.xml b/bundles/org.eclipse.swt.win32.win32.x86/build.xml
index f127e02..ff74e41 100644
--- a/bundles/org.eclipse.swt.win32.win32.x86/build.xml
+++ b/bundles/org.eclipse.swt.win32.win32.x86/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="x86 all make_webkit install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/pom.xml b/bundles/org.eclipse.swt.win32.win32.x86/pom.xml
index ef64794..1d0792a 100644
--- a/bundles/org.eclipse.swt.win32.win32.x86/pom.xml
+++ b/bundles/org.eclipse.swt.win32.win32.x86/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml b/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml
index 8d7b34e..7836977 100644
--- a/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml
@@ -7,7 +7,7 @@
<property name="targets" value="x86_64 all install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
- <property name="version.suffix" value="3.103.2" />
+ <property name="version.suffix" value="3.103.102" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml b/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml
index f62a6ee..195d467 100644
--- a/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
- <version>3.103.2-SNAPSHOT</version>
+ <version>3.103.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>