Mercurial > dive4elements > gnv-client
changeset 294:4a7ba01eae7f
Updated JFreeChart library from 1.0.7 to 1.0.12
gnv-artifacts/trunk@348 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 17 Nov 2009 11:12:21 +0000 |
parents | 874644bf1da8 |
children | 255b1b5c52ff |
files | gnv-artifacts/ChangeLog gnv-artifacts/pom.xml |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Nov 16 08:19:04 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Nov 17 11:12:21 2009 +0000 @@ -1,3 +1,12 @@ +2009-11-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * pom.xml: Changed version of JFreeChart from 1.0.7 to 1.0.12, which + includes the template mechanism to configure the style of charts. + + NOTE: JFreeChart 1.0.13 is the newest release, but the maven repository + does not contain a pom.xml file. Created an issue on + (http://jira.codehaus.org/browse/MEV-647). + 2009-11-16 Ingo Weinzierl <ingo.weinzierl@intevation.de> * bin/run.sh: Added start-script to version control.
--- a/gnv-artifacts/pom.xml Mon Nov 16 08:19:04 2009 +0000 +++ b/gnv-artifacts/pom.xml Tue Nov 17 11:12:21 2009 +0000 @@ -53,7 +53,7 @@ <dependency> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> - <version>1.0.7</version> + <version>1.0.12</version> </dependency> <dependency> <groupId>net.sf.opencsv</groupId>