diff --git a/pom.xml b/pom.xml index c5653a218..52e42a7a0 100755 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 1.7.28 + 1.7.29 8 ${jdk.version} diff --git a/slf4j-site/src/site/pages/download.html b/slf4j-site/src/site/pages/download.html index 3a5caf423..ba5fe0635 100755 --- a/slf4j-site/src/site/pages/download.html +++ b/slf4j-site/src/site/pages/download.html @@ -26,12 +26,12 @@

Latest STABLE version

The latest stable SLF4J is version - ${latest.stable.version}.

+ ${latest.stable.version}.

EXPERIMENTAL/UNSTABLE version

-

SLF4J version ${project.version} is the most recent but it is - also experimental/unstable.

+

SLF4J version ${project.version} is + the most recent but it is also experimental/unstable.

Maven central

diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index f0c220300..18ba5fced 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -37,7 +37,15 @@

SLF4J News

class names in --> +
+ +

31st of October, 2019 - Release of SLF4J 1.7.29

+

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

+

October 1st, 2019 - Release of SLF4J 2.0.0-alpha1