From f678783d466471a6472914038b4e83518879abcb Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 13 Oct 2015 16:37:22 +0000 Subject: [PATCH] Update to latest commons-codec-1.10 and commons-logging-1.2, use the properties for these libs everywhere in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 4 ++-- build.xml | 19 ++++++++++--------- maven/poi.pom | 4 ++-- sonar/main/pom.xml | 4 ++-- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.classpath b/.classpath index b7be443674..395d777808 100644 --- a/.classpath +++ b/.classpath @@ -17,8 +17,8 @@ - - + + diff --git a/build.xml b/build.xml index 857b7ddbdf..d50555190b 100644 --- a/build.xml +++ b/build.xml @@ -149,12 +149,12 @@ under the License. - + - + value="${repository.m2}/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/> + + value="${repository.m2}/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar"/> @@ -436,7 +436,8 @@ under the License. - + + @@ -1796,8 +1797,8 @@ under the License. - - + + @@ -1819,8 +1820,8 @@ under the License. - - + + diff --git a/maven/poi.pom b/maven/poi.pom index 6f2c4243ab..7c1b4cf84f 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -62,7 +62,7 @@ commons-logging commons-logging - 1.1.3 + 1.2 runtime true @@ -76,7 +76,7 @@ commons-codec commons-codec - 1.9 + 1.10 diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index d962229758..67cf12801c 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -104,12 +104,12 @@ commons-codec commons-codec - 1.9 + 1.10 commons-logging commons-logging - 1.1.3 + 1.2 -- 2.39.5