Mercurial > dive4elements > river
changeset 1228:a964636a0be3
Bumped Apache DBCP up to 1.4
flys-backend/trunk@2430 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 31 Jul 2011 18:46:14 +0000 |
parents | cdb35d96ca09 |
children | 8b12b338a3f6 |
files | flys-backend/ChangeLog flys-backend/pom.xml |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Thu Jul 28 14:12:33 2011 +0000 +++ b/flys-backend/ChangeLog Sun Jul 31 18:46:14 2011 +0000 @@ -1,3 +1,8 @@ +2011-07-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * pom.xml: Bumped Apache DBCP up to 1.4 to use the same version + as artifact database. + 2011-07-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/importer/ImporterSession.java:
--- a/flys-backend/pom.xml Thu Jul 28 14:12:33 2011 +0000 +++ b/flys-backend/pom.xml Sun Jul 31 18:46:14 2011 +0000 @@ -70,7 +70,7 @@ <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> - <version>1.2.2</version> + <version>1.4</version> </dependency> <dependency> <groupId>postgresql</groupId>