From 400a885e7d74c291b728f983a38697553d4e0431 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Mon, 22 Aug 2022 17:50:40 +0200 Subject: [PATCH] remove reference to 1.7 Signed-off-by: Ceki Gulcu --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e7298b97..f2d86712f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # About SLF4J -The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time. + +The Simple Logging Facade for Java (SLF4J) serves as a simple facade +or abstraction for various logging frameworks (e.g. java.util.logging, +logback, log4j) allowing the end user to plug in the desired logging +framework at deployment time. + More information can be found on the [SLF4J website](http://www.slf4j.org). + # Build Status [![Build Status](https://travis-ci.org/qos-ch/slf4j.svg)](https://travis-ci.org/qos-ch/slf4j) @@ -9,8 +15,7 @@ More information can be found on the [SLF4J website](http://www.slf4j.org). SLF4J uses Maven as its build tool. -All versions upto and including 1.7.x require Java 5 or later to -build. SLF4J version 2.0.x requires Java 9 or later. +SLF4J version 2.0.x will run under Java 8 but requires Java 9 or later to build. # How to contribute pull requests