Repository: logging-log4j2 Updated Branches: refs/heads/master b5ba8b788 -> 2b910faef
Update README.md with latest release 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2b910fae Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2b910fae Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2b910fae Branch: refs/heads/master Commit: 2b910faef33467d8c7e07d72a2c2144cbba43fcd Parents: b5ba8b7 Author: Mikael Ståldal <[email protected]> Authored: Fri Sep 15 20:51:08 2017 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Fri Sep 15 20:51:08 2017 +0200 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2b910fae/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1e10207..e63cd7f 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Maven users can add the following dependencies to their `pom.xml` file: <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.8</version> + <version>2.9.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.8</version> + <version>2.9.0</version> </dependency> </dependencies> ``` @@ -30,8 +30,8 @@ Gradle users can add the following to their `build.gradle` file: ```gradle dependencies { - compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8' - compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8' + compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.9.0' + compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.9.0' } ```
