From 7b649d1899a005edf87b5b400c3b901d8975a45e Mon Sep 17 00:00:00 2001 From: Leonid Rozenblyum Date: Sat, 24 Oct 2015 22:11:15 +0300 Subject: [PATCH] Upgraded log4j2 to the up-to-date release. Extracted constant in pom.xml --- Chess.iml | 4 ++-- pom.xml | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Chess.iml b/Chess.iml index 8f7013f4b..aadc4a543 100644 --- a/Chess.iml +++ b/Chess.iml @@ -16,8 +16,8 @@ - - + + diff --git a/pom.xml b/pom.xml index 22d45178f..bf161899a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + Chess com.leokom Chess @@ -19,13 +20,13 @@ org.apache.logging.log4j log4j-api - 2.1 + ${log4j2version} org.apache.logging.log4j log4j-core - 2.1 + ${log4j2version} UTF-8 + + + + 2.4.1 \ No newline at end of file