diff --git a/README.md b/README.md index baf0531..2df80de 100644 --- a/README.md +++ b/README.md @@ -23,26 +23,15 @@ Usage is simple : just add this dependency inside your pom.xml : io.github.fbibonne boot-properties-logger-starter - 1.1.0 + 1.4.0 ``` NB : -1. the lib is not deployed on maven central for the moment so you must install - it locally before using it : - -```shell -$ git clone https://github.com/FBibonne/Properties-Logger.git --depth=1 --branch=master -$ mvn install -f Properties-Logger/pom.xml -``` - -Now ou can also download it -from [the github project packages](https://github.com/FBibonne/Properties-Logger/packages/2229078) - -2. The module module _Properties Logger_ logs its message with properties and their values - at the info level : so its **log level must be at least INFO**. DEBUG (or TRACE) give (much) more - informations. + The module module _Properties Logger_ logs its message with properties and their values + at the info level : so its **log level must be at least INFO**. DEBUG (or TRACE) give (much) more + informations. ## Result diff --git a/pom.xml b/pom.xml index 0169315..78fff9d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.github.fbibonne boot-properties-logger-starter - 1.3.0 + 1.4.0 jar