Skip to content

Commit 7c5004c

Browse files
committed
Fix BND baseline failure (log4j-slf4j2-impl)
1 parent ad95e90 commit 7c5004c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

log4j-slf4j2-impl/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<!--
3434
~ OSGi and JPMS options
3535
-->
36+
<bnd.baseline.skip>false</bnd.baseline.skip>
3637
<bnd-extra-module-options>
3738
<!-- The module descriptor is in `META-INF/versions/9`
3839
BND can not find it -->

log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
@Export
2323
@Header(name = Constants.BUNDLE_ACTIVATIONPOLICY, value = Constants.ACTIVATION_LAZY)
24-
@Version("2.21.0")
24+
@Version("3.0.0")
2525
package org.apache.logging.slf4j;
2626

2727
import org.osgi.annotation.bundle.Export;

0 commit comments

Comments
 (0)