Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-12-02 19:12:34 +0000
committerEd Merks2020-01-05 08:12:19 +0000
commit8a7213fb90a7c2f333c09968f22b0959e28aaed2 (patch)
treec5312a06f3953eabf4465d31487792f55d674d31 /bundles/org.eclipse.equinox.common/pom.xml
parent42ba761663d1e2ec1df351ba96e586837f5509c6 (diff)
downloadrt.equinox.bundles-8a7213fb90a7c2f333c09968f22b0959e28aaed2.tar.gz
rt.equinox.bundles-8a7213fb90a7c2f333c09968f22b0959e28aaed2.tar.xz
rt.equinox.bundles-8a7213fb90a7c2f333c09968f22b0959e28aaed2.zip
Bug 549999 - Provide convenient MultiStatus constructorI20200106-0600
MultiStatus constructor is frequently called with null as last argument. We should provide such a constructor and delegate to the existing to simplify client code. Change-Id: Iea50889f4466df9e8aebf11c6f7980052c106b38 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.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 a2df79f92..f7c3ef995 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.10.700-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top