Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-05-09 19:37:42 +0000
committerBogdan Gheorghe2012-05-23 21:40:14 +0000
commita393507cd6d4afa2914d91da15f4005a9023b7ba (patch)
treeabef3ea4b463b2db02cb8b83c38f0e2685b2861c /examples
parent80918b8848e1ddee75714d552e4951d9b5a5bebf (diff)
downloadeclipse.platform.swt-a393507cd6d4afa2914d91da15f4005a9023b7ba.tar.gz
eclipse.platform.swt-a393507cd6d4afa2914d91da15f4005a9023b7ba.tar.xz
eclipse.platform.swt-a393507cd6d4afa2914d91da15f4005a9023b7ba.zip
Bump version in poms.
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml
index 9c9591a606..360758aa06 100644
--- a/examples/org.eclipse.swt.examples/pom.xml
+++ b/examples/org.eclipse.swt.examples/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>org.eclipse.swt.examples</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.100.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top