Skip to content

Commit 13950e5

Browse files
committed
prepare release 2.0.7
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 122e0c1 commit 13950e5

File tree

16 files changed

+60
-17
lines changed

16 files changed

+60
-17
lines changed

integration/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>2.0.7-SNAPSHOT</version>
10+
<version>2.0.7</version>
1111
</parent>
1212

1313
<artifactId>integration</artifactId>

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>2.0.7-SNAPSHOT</version>
8+
<version>2.0.7</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
5+
<parent>
6+
<groupId>org.slf4j</groupId>
7+
<artifactId>slf4j-parent</artifactId>
8+
<version>2.0.6</version>
9+
</parent>
10+
11+
<modelVersion>4.0.0</modelVersion>
12+
13+
<artifactId>jcl-over-slf4j</artifactId>
14+
<packaging>jar</packaging>
15+
<name>JCL 1.2 implemented over SLF4J</name>
16+
<description>JCL 1.2 implemented over SLF4J</description>
17+
<url>http://www.slf4j.org</url>
18+
19+
<licenses>
20+
<license>
21+
<name>Apache License, Version 2.0</name>
22+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
23+
<distribution>repo</distribution>
24+
</license>
25+
</licenses>
26+
27+
<properties>
28+
<module-name>org.apache.commons.logging</module-name>
29+
</properties>
30+
31+
<dependencies>
32+
<dependency>
33+
<groupId>org.slf4j</groupId>
34+
<artifactId>slf4j-api</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.slf4j</groupId>
38+
<artifactId>slf4j-jdk14</artifactId>
39+
<scope>test</scope>
40+
</dependency>
41+
</dependencies>
42+
43+
</project>

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>2.0.7-SNAPSHOT</version>
10+
<version>2.0.7</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>2.0.7-SNAPSHOT</version>
10+
<version>2.0.7</version>
1111
</parent>
1212

1313

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>2.0.7-SNAPSHOT</version>
10+
<version>2.0.7</version>
1111
</parent>
1212

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

pom.xml

Lines changed: 2 additions & 2 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>2.0.7-SNAPSHOT</version>
9+
<version>2.0.7</version>
1010

1111
<packaging>pom</packaging>
1212
<name>SLF4J</name>
@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
37-
<project.build.outputTimestamp>2022-12-12T19:19:39Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2023-03-17T18:47:00Z</project.build.outputTimestamp>
3838
<latest.1.version>1.7.36</latest.1.version>
3939
<!-- java.util.ServiceLoader requires Java 6 -->
4040
<jdk.version>8</jdk.version>

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>2.0.7-SNAPSHOT</version>
10+
<version>2.0.7</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>2.0.7-SNAPSHOT</version>
10+
<version>2.0.7</version>
1111
</parent>
1212

1313
<artifactId>slf4j-ext</artifactId>

slf4j-jdk-platform-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>slf4j-parent</artifactId>
1010
<groupId>org.slf4j</groupId>
11-
<version>2.0.7-SNAPSHOT</version>
11+
<version>2.0.7</version>
1212
</parent>
1313

1414
<artifactId>slf4j-jdk-platform-logging</artifactId>

0 commit comments

Comments
 (0)