Skip to content

Commit

Permalink
latest stable is 1.7.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2021
1 parent 2d3c036 commit 78b1f19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@
</scm>

<properties>
<latest.stable.version>1.7.28</latest.stable.version>
<latest.stable.version>1.7.29</latest.stable.version>
<!-- java.util.ServiceLoader requires Java 6 -->
<jdk.version>8</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions slf4j-site/src/site/pages/download.html
Expand Up @@ -26,12 +26,12 @@
<h2>Latest STABLE version</h2>

<p>The latest stable SLF4J is version
${latest.stable.version}. </p>
<span class="big">${latest.stable.version}</span>. </p>

<h2>EXPERIMENTAL/UNSTABLE version</h2>

<p>SLF4J version ${project.version} is the most recent but it is
also experimental/unstable.</p>
<p>SLF4J version <span class="big">${project.version}</span> is
the most recent but it is also experimental/unstable.</p>

<h2>Maven central</h2>

Expand Down
8 changes: 8 additions & 0 deletions slf4j-site/src/site/pages/news.html
Expand Up @@ -37,7 +37,15 @@ <h1>SLF4J News</h1>
class names in <code/>
-->

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

<h3>31st of October, 2019 - Release of SLF4J 1.7.29</h3>

<p>In the pom file for <em>jcl-over-slf4j</em> module, the Apache
license is now explicitly mentioned. In previous versions, the
Apache license for the <em>jcl-over-slf4j</em> was mentioned in
java source code and the LICENSE.txt file. </p>

<hr noshade="noshade" size="1"/>
<h3>October 1st, 2019 - Release of SLF4J 2.0.0-alpha1</h3>

Expand Down

0 comments on commit 78b1f19

Please sign in to comment.