You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2008/06/21 12:14:51 UTC

svn commit: r670173 - /struts/struts2/trunk/plugins/jasperreports/pom.xml

Author: hermanns
Date: Sat Jun 21 03:14:50 2008
New Revision: 670173

URL: http://svn.apache.org/viewvc?rev=670173&view=rev
Log:
WW-2687 Upgrade JasperReports dependancy to 3.0.0

Modified:
    struts/struts2/trunk/plugins/jasperreports/pom.xml

Modified: struts/struts2/trunk/plugins/jasperreports/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jasperreports/pom.xml?rev=670173&r1=670172&r2=670173&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/jasperreports/pom.xml (original)
+++ struts/struts2/trunk/plugins/jasperreports/pom.xml Sat Jun 21 03:14:50 2008
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>jasperreports</groupId>
             <artifactId>jasperreports</artifactId>
-            <version>1.2.1</version>
+            <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>