Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-20 20:01:15 +0000
committerSilenio Quarti2012-09-12 16:09:30 +0000
commitc9f218ae5b27e7f10b19a1406d5cf0c468355f2e (patch)
treeea0b34b9a4b957b963cc0943f784d5445e1c3602
parent537dd3af1c3e6c071482a20aee1f169cb7fae254 (diff)
downloadeclipse.platform.swt-c9f218ae5b27e7f10b19a1406d5cf0c468355f2e.tar.gz
eclipse.platform.swt-c9f218ae5b27e7f10b19a1406d5cf0c468355f2e.tar.xz
eclipse.platform.swt-c9f218ae5b27e7f10b19a1406d5cf0c468355f2e.zip
Bump pom versions
-rw-r--r--bundles/org.eclipse.swt.tools/pom.xml2
-rw-r--r--bundles/org.eclipse.swt/pom.xml2
-rw-r--r--examples/org.eclipse.swt.examples/pom.xml2
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.tools/pom.xml b/bundles/org.eclipse.swt.tools/pom.xml
index eccd125fc1..2f8e0cb60b 100644
--- a/bundles/org.eclipse.swt.tools/pom.xml
+++ b/bundles/org.eclipse.swt.tools/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>org.eclipse.swt.tools</artifactId>
- <version>3.100.0-SNAPSHOT</version>
+ <version>3.100.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index 7e1ebfdac3..7eddd3f6d1 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -23,7 +23,7 @@
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>org.eclipse.swt</artifactId>
- <version>3.100.0-SNAPSHOT</version>
+ <version>3.100.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml
index 360758aa06..6db1d6bcb3 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.100.0-SNAPSHOT</version>
+ <version>3.100.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml
index 5d0cb1838b..342f15d486 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
- <version>3.100.0-SNAPSHOT</version>
+ <version>3.100.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top