Skip to content

Commit 7b7c20b

Browse files
committed
Align Log4j 1.x package versions
1 parent af8c3f0 commit 7b7c20b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

log4j-1.2-api/src/main/java/org/apache/log4j/config/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Log4j 1.x compatibility layer.
1919
*/
2020
@Export
21-
@Version("2.21.0")
21+
@Version("2.27.0")
2222
@Open("org.apache.logging.log4j.core")
2323
package org.apache.log4j.config;
2424

log4j-1.2-api/src/main/java/org/apache/log4j/xml/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Log4j 1.x compatibility layer.
1919
*/
2020
@Export
21-
@Version("2.26.0")
21+
@Version("2.27.0")
2222
package org.apache.log4j.xml;
2323

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

src/changelog/.2.x.x/fix_configuration_factory_activation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
type="fixed">
5+
type="changed">
66
<issue id="3896" link="https://github.com/apache/logging-log4j2/issues/3896"/>
77
<description format="asciidoc">
88
Make `ConfigurationFactory` implementations consistently report and reject inactive state

0 commit comments

Comments
 (0)