Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-08-11 16:10:42 +0000
committerThomas Watson2016-08-11 16:15:32 +0000
commit4d483b30c4fd75279878065b2bf72d0b1256a2b1 (patch)
tree4f95bbd64d006eccd8f7584c83b67affc703497a /bundles/org.eclipse.equinox.region/pom.xml
parent79ffdde918f9fd9527bb4fa465fa7991f4736dea (diff)
downloadrt.equinox.bundles-4d483b30c4fd75279878065b2bf72d0b1256a2b1.tar.gz
rt.equinox.bundles-4d483b30c4fd75279878065b2bf72d0b1256a2b1.tar.xz
rt.equinox.bundles-4d483b30c4fd75279878065b2bf72d0b1256a2b1.zip
Bug 499552 - [region] NPE can happen in RegionServiceFindHook when
ServiceEvent points to a SerivceReference that has been unregistered Change-Id: Ia73d822f1d082868dda72f2c4c116c7c343ae93b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.region/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.region/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.region/pom.xml b/bundles/org.eclipse.equinox.region/pom.xml
index e2009a77d..6a9a84def 100644
--- a/bundles/org.eclipse.equinox.region/pom.xml
+++ b/bundles/org.eclipse.equinox.region/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.region</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top