← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1179: Upgraded jfreechart, jasperreports, jcommon lib versions.

 

------------------------------------------------------------
revno: 1179
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-12-08 21:19:43 +0100
message:
  Upgraded jfreechart, jasperreports, jcommon lib versions.
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2009-11-26 08:48:34 +0000
+++ dhis-2/pom.xml	2009-12-08 20:19:43 +0000
@@ -473,12 +473,12 @@
       <dependency>
         <groupId>jasperreports</groupId>
         <artifactId>jasperreports</artifactId>
-        <version>3.5.2</version>
+        <version>3.5.3</version>
       </dependency>
       <dependency>
         <groupId>jfree</groupId>
         <artifactId>jfreechart</artifactId>
-        <version>1.0.11</version>
+        <version>1.0.12</version>
         <exclusions>
           <exclusion>
             <groupId>gnujaxp</groupId>
@@ -489,7 +489,7 @@
       <dependency>
         <groupId>jfree</groupId>
         <artifactId>jcommon</artifactId>
-        <version>1.0.14</version>
+        <version>1.0.15</version>
         <exclusions>
           <exclusion>
             <groupId>gnujaxp</groupId>