Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-09-14 23:02:14 +0000
committerArun Thondapu2015-09-14 23:02:14 +0000
commita5d1bf87e6858a9b18a7136c730eaded4bba3448 (patch)
tree64fee98621379ee09404c7eb2213dadff9c1e04e
parentb1b54bf0a1e09b685b87ac5ffe3114dbfcf80214 (diff)
downloadeclipse.platform.swt-a5d1bf87e6858a9b18a7136c730eaded4bba3448.tar.gz
eclipse.platform.swt-a5d1bf87e6858a9b18a7136c730eaded4bba3448.tar.xz
eclipse.platform.swt-a5d1bf87e6858a9b18a7136c730eaded4bba3448.zip
-rw-r--r--bundles/org.eclipse.swt/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index b20058bba6..25c94615d5 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -8,8 +8,7 @@
Contributors:
Igor Fedorenko - initial implementation
Krzysztof Daniel, Red Hat, Inc. - building native SWT parts.
--->
-<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">
+--><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>
@@ -22,7 +21,7 @@
<version>3.104.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
- <forceContextQualifier>v20150914-1522</forceContextQualifier>
+ <forceContextQualifier>v20150914-1902</forceContextQualifier>
</properties>
<build>
<plugins>

Back to the top