Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Läubrich2020-12-19 11:48:10 +0000
committerMickael Istria2021-01-08 07:38:47 +0000
commit08eece6cff8f1a274c87e0ccc92542c0cc4907a7 (patch)
tree72be91ba2db882b0ab9b8e2695cf9345a64e9386 /bundles/org.eclipse.equinox.p2.updatesite/pom.xml
parent932ed3d417317c0d291d4116ce477a4c8ef03455 (diff)
downloadrt.equinox.p2-I20210114-0510.tar.gz
rt.equinox.p2-I20210114-0510.tar.xz
rt.equinox.p2-I20210114-0510.zip
fine in RCP target - Add instanceof check - make sure RTE does not interrupt exception flow Change-Id: I071b339f985e73adc4cc8aecfa0b20e063b285a9 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.updatesite/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.updatesite/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.updatesite/pom.xml b/bundles/org.eclipse.equinox.p2.updatesite/pom.xml
index e398c7f95..bc731abc3 100644
--- a/bundles/org.eclipse.equinox.p2.updatesite/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.updatesite/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.updatesite</artifactId>
- <version>1.1.400-SNAPSHOT</version>
+ <version>1.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top