Skip to content

Commit

Permalink
Merge pull request #4494 from eclipse/jetty-10.0.x-3185-osgi_required…
Browse files Browse the repository at this point in the history
…_environment_java11

Fixes #3185 - Bundle-RequiredExecutionEnvironment: JavaSE-11 for Jett…
  • Loading branch information
sbordet committed Jan 20, 2020
2 parents b805bf1 + ab94112 commit d0e6d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -703,7 +703,7 @@
<instructions>
<Bundle-SymbolicName>${bundle-symbolic-name}</Bundle-SymbolicName>
<Bundle-Description>Jetty module for ${project.name}</Bundle-Description>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
<Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
<Bundle-Classpath>.</Bundle-Classpath>
Expand Down

0 comments on commit d0e6d12

Please sign in to comment.