Skip to content

Commit 400a885

Browse files
committed
remove reference to 1.7
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent a4f1656 commit 400a885

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# About SLF4J
2-
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.
2+
3+
The Simple Logging Facade for Java (SLF4J) serves as a simple facade
4+
or abstraction for various logging frameworks (e.g. java.util.logging,
5+
logback, log4j) allowing the end user to plug in the desired logging
6+
framework at deployment time.
7+
38
More information can be found on the [SLF4J website](http://www.slf4j.org).
9+
410
# Build Status
511
[![Build Status](https://travis-ci.org/qos-ch/slf4j.svg)](https://travis-ci.org/qos-ch/slf4j)
612

@@ -9,8 +15,7 @@ More information can be found on the [SLF4J website](http://www.slf4j.org).
915

1016
SLF4J uses Maven as its build tool.
1117

12-
All versions upto and including 1.7.x require Java 5 or later to
13-
build. SLF4J version 2.0.x requires Java 9 or later.
18+
SLF4J version 2.0.x will run under Java 8 but requires Java 9 or later to build.
1419

1520
# How to contribute pull requests
1621

0 commit comments

Comments
 (0)