Skip to content

Commit d2f001d

Browse files
committed
the correct name for the <Bundle-RequiredExecutionEnvironment is J2SE-1.5
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 0c64671 commit d2f001d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
javax.mail.*;resolution:=optional,
317317
*</Import-Package>
318318
<Bundle-DocURL>https://reload4j.qos.ch/</Bundle-DocURL>
319-
<Bundle-RequiredExecutionEnvironment>JavaSE-1.5</Bundle-RequiredExecutionEnvironment>
319+
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
320320

321321
</instructions>
322322
</configuration>

0 commit comments

Comments
 (0)