[jboss-cvs] JBossAS SVN: r68736 - in trunk: console and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 9 11:33:11 EST 2008


Author: pgier
Date: 2008-01-09 11:33:10 -0500 (Wed, 09 Jan 2008)
New Revision: 68736

Modified:
   trunk/build/pom.xml
   trunk/console/pom.xml
Log:
Updating version of jfreechart to fix console module build.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2008-01-09 16:01:49 UTC (rev 68735)
+++ trunk/build/pom.xml	2008-01-09 16:33:10 UTC (rev 68736)
@@ -313,9 +313,9 @@
 				<version>1.0.4.GA</version>
 			</dependency>
 			<dependency>
-				<groupId>jfreechart</groupId>
+				<groupId>jfree</groupId>
 				<artifactId>jfreechart</artifactId>
-				<version>0.9.20</version>
+				<version>1.0.2</version>
 			</dependency>
 			<dependency>
 				<groupId>jgroups</groupId>

Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml	2008-01-09 16:01:49 UTC (rev 68735)
+++ trunk/console/pom.xml	2008-01-09 16:33:10 UTC (rev 68736)
@@ -41,7 +41,7 @@
 			<artifactId>jboss-as-varia</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>jfreechart</groupId>
+			<groupId>jfree</groupId>
 			<artifactId>jfreechart</artifactId>
 		</dependency>
 		<dependency>




More information about the jboss-cvs-commits mailing list