Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-07-15 17:00:05 +0000
committerArun Thondapu2014-07-16 05:24:25 +0000
commit094f4f9254c7bc5c4410ec70c9aa06779ca739b2 (patch)
treefaf07dca6001ccb249436717644a9dbdb136fac8 /bundles/org.eclipse.swt.tools/pom.xml
parent15465cdeff2ff1f15c7b5ecf87ebf65eeaef0dae (diff)
downloadeclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.tar.gz
eclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.tar.xz
eclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.zip
Bug 439640 - SWT should increase bundle version in master to
3.104.0.qualifier Change-Id: I1f114f9ee5c15626e7ad87a0508ac4b0f10582ff Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.swt.tools/pom.xml')
-rw-r--r--bundles/org.eclipse.swt.tools/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/pom.xml b/bundles/org.eclipse.swt.tools/pom.xml
index 38242c0e9f..a751804d2e 100644
--- a/bundles/org.eclipse.swt.tools/pom.xml
+++ b/bundles/org.eclipse.swt.tools/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tools</artifactId>
- <version>3.103.0-SNAPSHOT</version>
+ <version>3.104.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top