Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjum Fatima2018-12-11 21:45:23 +0000
committerThomas Watson2018-12-12 02:39:18 +0000
commit7ab737ec81650ae8a497e1d05b81fdc82c1c5afc (patch)
treec989037f3150a23bd31f3ce4379a9aee134a1e0c /features/org.eclipse.equinox.executable.feature
parenta65eb55c2c729d7d3510e30bea53c430ac51073f (diff)
downloadrt.equinox.framework-7ab737ec81650ae8a497e1d05b81fdc82c1c5afc.tar.gz
rt.equinox.framework-7ab737ec81650ae8a497e1d05b81fdc82c1c5afc.tar.xz
rt.equinox.framework-7ab737ec81650ae8a497e1d05b81fdc82c1c5afc.zip
Bug 542487 - LoggerContext.setLogLevels will throw NPE if no matching
bundle is found Change-Id: I7b47b5efd2cb9f66360cb3ee6f0cdccc52340e99 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature')
-rwxr-xr-xfeatures/org.eclipse.equinox.executable.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index c9152a1e9..c7fab6027 100755
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.executable"
label="%featureName"
- version="3.8.200.qualifier"
+ version="3.8.300.qualifier"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 9801003b6..e01ecbd3d 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.executable</artifactId>
- <version>3.8.200-SNAPSHOT</version>
+ <version>3.8.300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top