Skip to content

Commit

Permalink
prepare release 2.0.0-alpa6
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jan 13, 2022
1 parent 2852809 commit 66e9c25
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 20 deletions.
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jcl-over-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jul-to-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>jul-to-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log4j-over-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion osgi-over-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>osgi-over-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>

<packaging>pom</packaging>
<name>SLF4J</name>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-jdk-platform-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-jdk-platform-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-jdk14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-jdk14</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-log4j12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-log4j12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-migrator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-nop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-nop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-reload4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-reload4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha6-SNAPSHOT</version>
<version>2.0.0-alpha6</version>
</parent>

<artifactId>slf4j-site</artifactId>
Expand Down
36 changes: 32 additions & 4 deletions slf4j-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ <h1>SLF4J News</h1>
-->

<h3>2022-01-13 - Release of SLF4J 2.0.0-alpha6</h3>

<hr noshade="noshade" size="1"/>

<h3>30th of August, 2021 - Release of SLF4J 2.0.0-alpha5</h3>

<p class="highlight">The the 2.0.x series requires Java&nbsp;8 and
adds a backward-compatible <a
Expand All @@ -68,6 +64,38 @@ <h3>30th of August, 2021 - Release of SLF4J 2.0.0-alpha5</h3>
href="faq.html#changesInVersion200">detailed</a> in the FAQ page.
</p>

<p>SLF4J now ships with the <em>slf4j-reload4j</em> module
delegating to the reload4j backend. <a
href="https://reload4j.qos.ch">Reload4j</a> is a drop-in
replacement for log4j version 1.2.17.</p>

<p>&bull; <code>SimpleLogger</code> now prints the thread Id if
instructed to do so. This fixes <a
href="https://jira.qos.ch/browse/SLF4J-499">SLF4J-499</a> requested
by Michael Osipov</p>


<hr noshade="noshade" size="1"/>

<h3>30th of August, 2021 - Release of SLF4J 1.7.33/h3>


<p>SLF4J now ships with the <em>slf4j-reload4j</em> module
delegating to the reload4j backend. <a
href="https://reload4j.qos.ch">Reload4j</a> is a drop-in
replacement for log4j version 1.2.17.</p>

<p>&bull; <code>SimpleLogger</code> now prints the thread Id if
instructed to do so. This fixes <a
href="https://jira.qos.ch/browse/SLF4J-499">SLF4J-499</a> requested
by Michael Osipov</p>



<hr noshade="noshade" size="1"/>

<h3>30th of August, 2021 - Release of SLF4J 2.0.0-alpha5</h3>

<p>&bull; The
<em>META-INF/services/java.lang.System&dollar;LoggerFinder</em>
file in <em>slf4j-jdk-platform-logging</em> module now has the
Expand Down

0 comments on commit 66e9c25

Please sign in to comment.