Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-03-27 16:36:17 +0000
committerSilenio Quarti2013-03-27 16:36:17 +0000
commit3c3c7c9089849de4c9934fd5a64c3bef20239c69 (patch)
treee8a9207b470ea4287dbf4daecb97973fefc400f1 /examples/org.eclipse.swt.examples.paint
parentf176c6697ec73edc76bd753f0851beae1b67165b (diff)
downloadeclipse.platform.swt-3c3c7c9089849de4c9934fd5a64c3bef20239c69.tar.gz
eclipse.platform.swt-3c3c7c9089849de4c9934fd5a64c3bef20239c69.tar.xz
eclipse.platform.swt-3c3c7c9089849de4c9934fd5a64c3bef20239c69.zip
Bug 403967 - Update Platform SWT parent versions
Diffstat (limited to 'examples/org.eclipse.swt.examples.paint')
-rw-r--r--examples/org.eclipse.swt.examples.paint/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/org.eclipse.swt.examples.paint/pom.xml b/examples/org.eclipse.swt.examples.paint/pom.xml
index 38624f999a..dbb6413a19 100644
--- a/examples/org.eclipse.swt.examples.paint/pom.xml
+++ b/examples/org.eclipse.swt.examples.paint/pom.xml
@@ -9,14 +9,12 @@
Contributors:
Igor Fedorenko - initial 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>eclipse.platform.swt</artifactId>
<groupId>eclipse.platform.swt</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>

Back to the top