Skip to content

Commit ebaa033

Browse files
committed
Mandate Lucene 10
Reduce chances for surprises at runtime.
1 parent 72453fe commit ebaa033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ua/org.eclipse.help.base/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Require-Bundle: org.eclipse.ant.core;bundle-version="[3.2.200,4.0.0)";resolution
4343
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
4444
org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
4545
org.eclipse.core.net;bundle-version="[1.2.200,2.0.0)",
46-
org.apache.lucene.analysis-common;bundle-version="[9.5.0,11.0.0)",
47-
org.apache.lucene.core;bundle-version="[9.5.0,11.0.0)",
48-
org.apache.lucene.analysis-smartcn;bundle-version="[9.5.0,11.0.0)"
46+
org.apache.lucene.analysis-common;bundle-version="[10.0.0,11.0.0)",
47+
org.apache.lucene.core;bundle-version="[10.0.0,11.0.0)",
48+
org.apache.lucene.analysis-smartcn;bundle-version="[10.0.0,11.0.0)"
4949
Import-Package: org.eclipse.equinox.http.jetty;resolution:=optional
5050
Bundle-RequiredExecutionEnvironment: JavaSE-17
5151
Bundle-ActivationPolicy: lazy

0 commit comments

Comments
 (0)