Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Wagenknecht2018-06-13 09:10:09 +0000
committerGunnar Wagenknecht2018-06-13 13:32:12 +0000
commitfed556917739ed2076b7e51f08ab2872224ff40a (patch)
treef9f5cc4f27350a80251d231b3a822f1e3b3753b9 /bundles/org.eclipse.equinox.common/pom.xml
parent375440fab1b3538ce6d10239b919fa5283a464d7 (diff)
downloadrt.equinox.bundles-fed556917739ed2076b7e51f08ab2872224ff40a.tar.gz
rt.equinox.bundles-fed556917739ed2076b7e51f08ab2872224ff40a.tar.xz
rt.equinox.bundles-fed556917739ed2076b7e51f08ab2872224ff40a.zip
Introduce checkCanceled on IProgressMonitorI20180615-0655I20180615-0300I20180614-2045I20180614-2000
This also introduced a new class for utility methods dealing with progress monitors and cleans up IProgressMonitor interface. The version has been updated to indicate the addition of new API. Bug: 531680 Change-Id: I211e50f649380b3611708d0d0ee20a9f4c82de6f Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
Diffstat (limited to 'bundles/org.eclipse.equinox.common/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.common/pom.xml b/bundles/org.eclipse.equinox.common/pom.xml
index a94af2d1c..438382ba8 100644
--- a/bundles/org.eclipse.equinox.common/pom.xml
+++ b/bundles/org.eclipse.equinox.common/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
- <version>3.10.100-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top