Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-06-01 10:44:23 +0000
committerLars Vogel2018-06-01 11:52:42 +0000
commite494eecfd7a68997aec7f15ddee677aae65c7b1c (patch)
tree7b67cf64e5d9b0020995213b8170f545acd72bb1 /features
parentfd5e86e36ae05b2d295183d563ae8b839578b5a6 (diff)
downloadeclipse.platform.swt-e494eecfd7a68997aec7f15ddee677aae65c7b1c.tar.gz
eclipse.platform.swt-e494eecfd7a68997aec7f15ddee677aae65c7b1c.tar.xz
eclipse.platform.swt-e494eecfd7a68997aec7f15ddee677aae65c7b1c.zip
Version 4.9 update in plaform.set as prep for the EPL 2.0 updateI20180601-0900
Change-Id: I3ad44261dffe9d6d9097eb2c66a49ed31a57df25 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.xml2
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.xml b/features/org.eclipse.swt.tools.feature/feature.xml
index 77d9b3541f..8777afedc0 100644
--- a/features/org.eclipse.swt.tools.feature/feature.xml
+++ b/features/org.eclipse.swt.tools.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.swt.tools.feature"
label="%featureName"
- version="3.107.0.qualifier"
+ version="3.107.100.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index f046d3c7f7..fa0e3c8e88 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>
<artifactId>org.eclipse.swt.tools.feature</artifactId>
- <version>3.107.0-SNAPSHOT</version>
+ <version>3.107.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top