Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-07-12 12:39:54 +0000
committerArun Thondapu2016-07-12 12:39:54 +0000
commit0f1085525260334603965d7ac901a6a4cec2d69c (patch)
tree18ccc8051dd05f7d05dfec8c403e4d4f6d96617a /features
parented54ee4cc0a481b1e531b8c1faa238065e6867f3 (diff)
downloadeclipse.platform.swt-0f1085525260334603965d7ac901a6a4cec2d69c.tar.gz
eclipse.platform.swt-0f1085525260334603965d7ac901a6a4cec2d69c.tar.xz
eclipse.platform.swt-0f1085525260334603965d7ac901a6a4cec2d69c.zip
Bug 497748 - SWT should increase bundle version in master (4.7) to
3.106.0.qualifier Change-Id: Ie21e715979c5afc331449aeabe3dd0c10033fe4d Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.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 df97f5b5ce..774c2e55c7 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.105.0.qualifier"
+ version="3.106.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 2f2ea44175..bf77050eaa 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>
<artifactId>org.eclipse.swt.tools.feature</artifactId>
- <version>3.105.0-SNAPSHOT</version>
+ <version>3.106.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top