From cc576a9887376d384ab142ef40af0fb6a2b3186b 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 b7be44367..395d77780 100644 --- a/.classpath +++ b/.classpath @@ -17,8 +17,8 @@ - - + + diff --git a/build.xml b/build.xml index 857b7ddbd..d50555190 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 6f2c4243a..7c1b4cf84 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 d96222975..67cf12801 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