Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-08-31 00:37:08 +0000
committerStefan Xenos2016-08-31 00:37:08 +0000
commitb3bdb7f21fd25f056de062d902fec8e286a4572f (patch)
tree3cb428ef5cfb88db6711f8d0bd55ec91e51ad829 /bundles/org.eclipse.equinox.common/pom.xml
parent04d0bef8bc6079faf513c7e893ec321dc4e9b3d9 (diff)
downloadrt.equinox.bundles-b3bdb7f21fd25f056de062d902fec8e286a4572f.tar.gz
rt.equinox.bundles-b3bdb7f21fd25f056de062d902fec8e286a4572f.tar.xz
rt.equinox.bundles-b3bdb7f21fd25f056de062d902fec8e286a4572f.zip
Bug 500483 - Offer a cancellation-checking variant of Submonitor#worked
Change-Id: I0a2d3bceaaf5b80eaeb55699209f89bdb6dfb6b3 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/pom.xml b/bundles/org.eclipse.equinox.common/pom.xml
index bc207207d..0ad1c078c 100644
--- a/bundles/org.eclipse.equinox.common/pom.xml
+++ b/bundles/org.eclipse.equinox.common/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
- <version>3.8.100-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top