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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 5 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)