Bug 403967 - Update Platform SWT parent versions
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
index e3dc351..388292d 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
@@ -11,14 +11,12 @@
 #     Krzysztof Daniel, Red Hat, Inc and others. - initial API and implementation
 ###############################################################################
 -->
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>binaries-parent</artifactId>
     <groupId>eclipse.platform.swt.binaries</groupId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>../binaries-parent/</relativePath>
   </parent>
   <groupId>org.eclipse.swt</groupId>
@@ -53,7 +51,7 @@
             <phase>package</phase>
             <configuration>
               <target>
-                <ant antfile="build.xml" target="swtdownload" />
+                <ant antfile="build.xml" target="swtdownload"/>
               </target>
             </configuration>
             <goals>
@@ -68,7 +66,7 @@
             </goals>
             <configuration>
               <target>
-                <move file="swt-${buildId}-${ws}-${os}-${arch}.zip" todir="target" />
+                <move file="swt-${buildId}-${ws}-${os}-${arch}.zip" todir="target"/>
               </target>
             </configuration>
           </execution>
@@ -128,7 +126,7 @@
                 <phase>process-resources</phase>
                 <configuration>
                   <target>
-                    <ant antfile="build.xml" target="build_libraries" />
+                    <ant antfile="build.xml" target="build_libraries"/>
                   </target>
                 </configuration>
                 <goals>