Skip to content

Commit

Permalink
Fix BND baseline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed May 9, 2024
1 parent e8dd303 commit fe92961
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Log4j 2 Appenders.
*/
@Export
@Version("2.20.2")
@Version("2.20.3")
package org.apache.logging.log4j.core.appender;

import org.osgi.annotation.bundle.Export;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ protected final boolean hasAppenders() {
/**
* The root Logger.
*/
@Plugin(name = ROOT, category = Core.CATEGORY_NAME, printObject = true)
@Plugin(name = "Root", category = Core.CATEGORY_NAME, printObject = true)
public static class RootLogger extends LoggerConfig {

@PluginBuilderFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* </ul>
*/
@Export
@Version("2.20.2")
@Version("2.20.3")
package org.apache.logging.log4j.core.net;

import org.osgi.annotation.bundle.Export;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Provides classes implementing format specifiers in conversion patterns.
*/
@Export
@Version("2.21.0")
@Version("2.21.1")
package org.apache.logging.log4j.core.pattern;

import org.osgi.annotation.bundle.Export;
Expand Down

0 comments on commit fe92961

Please sign in to comment.