Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-09-19 15:28:54 +0000
committerAlexander Kurtakov2018-09-19 16:10:56 +0000
commit88d1b75768576406aa3b4334fd9d44c4390b1646 (patch)
treed9a2382f5d086373a53555d543b46e2458aa924a /features
parent9a5c7d5bd7f1a9e1dbe4d36ed283e6b2cb13728a (diff)
downloadeclipse.platform.swt-88d1b75768576406aa3b4334fd9d44c4390b1646.tar.gz
eclipse.platform.swt-88d1b75768576406aa3b4334fd9d44c4390b1646.tar.xz
eclipse.platform.swt-88d1b75768576406aa3b4334fd9d44c4390b1646.zip
Bump versions for 4.10 stream.
Change-Id: Ie6cd01ef133af2634204dd34a8e8bf6707281bc2 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.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 8777afedc0..ca5935a2bf 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.100.qualifier"
+ version="3.107.200.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 35a9e2f8c1..6806412b60 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.100-SNAPSHOT</version>
+ <version>3.107.200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top