We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
log4j-slf4j2-impl
1 parent ad95e90 commit 7c5004cCopy full SHA for 7c5004c
log4j-slf4j2-impl/pom.xml
@@ -33,6 +33,7 @@
33
<!--
34
~ OSGi and JPMS options
35
-->
36
+ <bnd.baseline.skip>false</bnd.baseline.skip>
37
<bnd-extra-module-options>
38
<!-- The module descriptor is in `META-INF/versions/9`
39
BND can not find it -->
log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/package-info.java
@@ -21,7 +21,7 @@
21
*/
22
@Export
23
@Header(name = Constants.BUNDLE_ACTIVATIONPOLICY, value = Constants.ACTIVATION_LAZY)
24
-@Version("2.21.0")
+@Version("3.0.0")
25
package org.apache.logging.slf4j;
26
27
import org.osgi.annotation.bundle.Export;
0 commit comments