Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-09 18:54:43 +0000
committerAlexander Kurtakov2017-08-09 18:54:43 +0000
commit5ae685507ead7f82a80df6e139ca206f50d1249e (patch)
tree2a463a65e0c2f40d014715eda5524d23e1c5ec74 /features
parent8ded377259b12f1786b4be69aef07f5b734a960b (diff)
downloadeclipse.platform.swt-5ae685507ead7f82a80df6e139ca206f50d1249e.tar.gz
eclipse.platform.swt-5ae685507ead7f82a80df6e139ca206f50d1249e.tar.xz
eclipse.platform.swt-5ae685507ead7f82a80df6e139ca206f50d1249e.zip
Bump minor of o.e.swt.tools.
Due to removed Mozilla generator support. Change-Id: Icb3841a35d6fdcd1a9dcd75333d64b517b85e65d Signed-off-by: Alexander Kurtakov <akurtako@redhat.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.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.xml b/features/org.eclipse.swt.tools.feature/feature.xml
index d44d7743f7..77d9b3541f 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.106.0.qualifier"
+ version="3.107.0.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 7990079c33..38a3302fbc 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2014 Red Hat Inc. and others.
+ Copyright (c) 2014, 2017 Red Hat Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>
<artifactId>org.eclipse.swt.tools.feature</artifactId>
- <version>3.106.0-SNAPSHOT</version>
+ <version>3.107.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top