← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1203: Upgraded to jasperreports 2.7.0 which was released today. Included jasperreports m2 repo in the r...

 

------------------------------------------------------------
revno: 1203
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Thu 2009-12-10 15:16:47 +0100
message:
  Upgraded to jasperreports 2.7.0 which was released today. Included jasperreports m2 repo in the root pom.
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-12-08 20:19:43 +0000
+++ dhis-2/pom.xml	2009-12-10 14:16:47 +0000
@@ -51,6 +51,11 @@
     <url>http://www.amplecode.org/maven2</url>
     </repository>
     -->
+    <repository>
+      <id>jasperreports</id>
+      <name>JasperReports Maven 2 repository</name>
+      <url>http://jasperreports.sourceforge.net/maven2</url>
+    </repository>
   </repositories>
   
   <issueManagement>
@@ -473,7 +478,7 @@
       <dependency>
         <groupId>jasperreports</groupId>
         <artifactId>jasperreports</artifactId>
-        <version>3.5.3</version>
+        <version>3.7.0</version>
       </dependency>
       <dependency>
         <groupId>jfree</groupId>