Skip to content

Commit 9752442

Browse files
committed
prepare release 2.0.1
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent c0f7f16 commit 9752442

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

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

1313
<artifactId>integration</artifactId>

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

1313

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

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

pom.xml

+2-2
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.1-SNAPSHOT</version>
9+
<version>2.0.1</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-08-20T19:03:00Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2022-09-14T14:26:00Z</project.build.outputTimestamp>
3838
<latest.stable.version>1.7.36</latest.stable.version>
3939
<latest.2.version>2.0.0-alpha7</latest.2.version>
4040
<!-- java.util.ServiceLoader requires Java 6 -->

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

1313
<artifactId>slf4j-ext</artifactId>

slf4j-jdk-platform-logging/pom.xml

+1-1
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.1-SNAPSHOT</version>
11+
<version>2.0.1</version>
1212
</parent>
1313

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

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

1313
<artifactId>slf4j-jdk14</artifactId>

slf4j-log4j12/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.slf4j</groupId>
1010
<artifactId>slf4j-parent</artifactId>
11-
<version>2.0.1-SNAPSHOT</version>
11+
<version>2.0.1</version>
1212
</parent>
1313

1414
<artifactId>slf4j-log4j12</artifactId>
@@ -23,7 +23,7 @@
2323
<relocation>
2424
<groupId>org.slf4j</groupId>
2525
<artifactId>slf4j-reload4j</artifactId>
26-
<version>2.0.0</version>
26+
<version>2.0.1</version>
2727
</relocation>
2828
</distributionManagement>
2929

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

1313
<artifactId>slf4j-migrator</artifactId>

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

1313
<artifactId>slf4j-simple</artifactId>

0 commit comments

Comments
 (0)