Mercurial > dive4elements > gnv-client
changeset 603:78499af390a2
Changed log4j version to 1.2.14
gnv-artifacts/trunk@664 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 05 Feb 2010 14:15:09 +0000 |
parents | 6409847e203e |
children | 938ce81a6bd0 |
files | gnv-artifacts/ChangeLog gnv-artifacts/pom.xml |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Fri Feb 05 12:00:04 2010 +0000 +++ b/gnv-artifacts/ChangeLog Fri Feb 05 14:15:09 2010 +0000 @@ -1,3 +1,10 @@ +2010-02-05 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue170 + + * pom.xml: Changed log4j version to 1.2.14 (later version + causes errors and breaks maven build process). + 2010-02-05 Tim Englich <tim.englich@intevation.de> * pom.xml: @@ -23,7 +30,7 @@ 2010-02-02 Tim Englich <tim.englich@intevation.de> - * doc/conf/products/horizontalcrosssection/conf_mesh.xml, + * doc/conf/products/horizontalcrosssection/conf_mesh.xml, doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, doc/conf/products/horizontalprofile/conf_mesh_cross.xml, doc/conf/products/horizontalprofile/conf_mesh.xml,
--- a/gnv-artifacts/pom.xml Fri Feb 05 12:00:04 2010 +0000 +++ b/gnv-artifacts/pom.xml Fri Feb 05 14:15:09 2010 +0000 @@ -72,7 +72,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>[1.2,)</version> + <version>1.2.14</version> </dependency> <dependency> <groupId>jfree</groupId>