Skip to content

Commit 8825027

Browse files
committed
prepare release 1.7.36, fix SLF4J-541
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 5617387 commit 8825027

File tree

18 files changed

+31
-30
lines changed

18 files changed

+31
-30
lines changed

integration/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>integration</artifactId>
@@ -116,4 +116,4 @@
116116

117117
</build>
118118

119-
</project>
119+
</project>

jcl-over-slf4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.slf4j</groupId>
77
<artifactId>slf4j-parent</artifactId>
8-
<version>1.7.35</version>
8+
<version>1.7.36</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

jul-to-slf4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>jul-to-slf4j</artifactId>

log4j-over-slf4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313

log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: log4j.over.slf4j
44
Bundle-Name: log4j-over-slf4j
55
Bundle-Vendor: SLF4J.ORG
6-
Bundle-RequiredExecutionEnvironment: J2SE-1.5
76
Automatic-Module-Name: org.apache.log4j
8-
Export-Package: org.apache.log4j;version=${log4j.version},
9-
org.apache.log4j.helpers;version=${log4j.version},
10-
org.apache.log4j.spi;version=${log4j.version},
11-
org.apache.log4j.xml;version=${log4j.version}
7+
Export-Package: org.apache.log4j;version=${reload4j.version},
8+
org.apache.log4j.helpers;version=${reload4j.version},
9+
org.apache.log4j.spi;version=${reload4j.version},
10+
org.apache.log4j.xml;version=${reload4j.version}
1211
Import-Package: org.slf4j;version=${slf4j.api.minimum.compatible.version},
1312
org.slf4j.helpers;version=${slf4j.api.minimum.compatible.version},
1413
org.slf4j.spi;version=${slf4j.api.minimum.compatible.version}

osgi-over-slf4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>osgi-over-slf4j</artifactId>

pom.xml

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.slf4j</groupId>
88
<artifactId>slf4j-parent</artifactId>
9-
<version>1.7.35</version>
9+
<version>1.7.36</version>
1010

1111
<packaging>pom</packaging>
1212
<name>SLF4J</name>
@@ -33,6 +33,9 @@
3333
</scm>
3434

3535
<properties>
36+
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
37+
<project.build.outputTimestamp>2022-02-08T07:38:00Z</project.build.outputTimestamp>
38+
3639
<required.jdk.version>1.5</required.jdk.version>
3740
<maven.compiler.source>${required.jdk.version}</maven.compiler.source>
3841
<maven.compiler.target>${required.jdk.version}</maven.compiler.target>
@@ -42,8 +45,8 @@
4245
<!-- used in integration testing -->
4346
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
4447
<cal10n.version>0.8.1</cal10n.version>
45-
<reload4j.version>1.2.18.3</reload4j.version>
46-
<logback.version>1.0.13</logback.version>
48+
<reload4j.version>1.2.18.5</reload4j.version>
49+
<logback.version>1.2.10</logback.version>
4750
<junit.version>4.12</junit.version>
4851
<maven-site-plugin.version>3.3</maven-site-plugin.version>
4952
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>

slf4j-android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-android</artifactId>
@@ -31,4 +31,4 @@
3131
</dependency>
3232
</dependencies>
3333

34-
</project>
34+
</project>

slf4j-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-api</artifactId>

slf4j-ext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-ext</artifactId>

slf4j-jcl/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-jcl</artifactId>
@@ -29,4 +29,4 @@
2929
</dependency>
3030
</dependencies>
3131

32-
</project>
32+
</project>

slf4j-jdk14/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-jdk14</artifactId>

slf4j-log4j12/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

13-
<groupId>org.slf4j</groupId>
1413
<artifactId>slf4j-log4j12</artifactId>
1514
<packaging>pom</packaging>
1615

@@ -23,7 +22,7 @@
2322
<relocation>
2423
<groupId>org.slf4j</groupId>
2524
<artifactId>slf4j-reload4j</artifactId>
26-
<version>1.7.35</version>
25+
<version>1.7.36</version>
2726
</relocation>
2827
</distributionManagement>
2928

slf4j-migrator/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-migrator</artifactId>
@@ -16,4 +16,4 @@
1616
<name>SLF4J Migrator</name>
1717
<description>SLF4J Migrator</description>
1818

19-
</project>
19+
</project>

slf4j-nop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-nop</artifactId>

slf4j-reload4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-reload4j</artifactId>

slf4j-simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-simple</artifactId>

slf4j-site/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.35</version>
10+
<version>1.7.36</version>
1111
</parent>
1212

1313
<artifactId>slf4j-site</artifactId>

0 commit comments

Comments
 (0)