Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml')
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
index 37974dad9..fc8631728 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
@@ -74,7 +74,7 @@
<phase>process-resources</phase>
<configuration>
<target>
- <property name="machine_gtk3" value="1" />
+ <property name="machine_gtk3" value="1"/>
<ant antfile="build.xml" target="build_libraries"/>
</target>
</configuration>

Back to the top