|
From: <be...@us...> - 2009-05-20 16:50:00
|
Revision: 305
http://qalab.svn.sourceforge.net/qalab/?rev=305&view=rev
Author: benoitx
Date: 2009-05-20 16:49:51 +0000 (Wed, 20 May 2009)
Log Message:
-----------
Moved to v1.2
Modified Paths:
--------------
trunk/m1-common-build/project.xml
trunk/qalab/src/site/changes.xml
Modified: trunk/m1-common-build/project.xml
===================================================================
--- trunk/m1-common-build/project.xml 2009-05-20 16:48:26 UTC (rev 304)
+++ trunk/m1-common-build/project.xml 2009-05-20 16:49:51 UTC (rev 305)
@@ -49,7 +49,7 @@
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-SNAPSHOT -->
<groupId>net.objectlab</groupId>
- <currentVersion>1.1</currentVersion>
+ <currentVersion>1.2</currentVersion>
<!-- details about the organization that 'owns' the project -->
<organization>
<name>ObjectLab Financial Ltd</name>
@@ -226,13 +226,13 @@
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
- <version>1.0.2</version>
+ <version>1.0.13</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
- <version>1.0.5</version>
+ <version>1.0.16</version>
<type>jar</type>
</dependency>
<dependency>
Modified: trunk/qalab/src/site/changes.xml
===================================================================
--- trunk/qalab/src/site/changes.xml 2009-05-20 16:48:26 UTC (rev 304)
+++ trunk/qalab/src/site/changes.xml 2009-05-20 16:49:51 UTC (rev 305)
@@ -29,6 +29,10 @@
<author email="qa...@ob...">Benoit Xhenseval</author>
</properties>
<body>
+
+ <release version="1.2" date="in SVN" description="Maintenance">
+ <action dev="benoitx" type="add">Updated JFreeChart.</action>
+ </release>
<release version="1.1" date="in SVN" description="Maintenance + Spider chart + Emma + FindBugs xml">
<action dev="benoitx" type="add">Re-written the FindBugs StatMerge to cope transparently with the XDOC or XML generated by FindBugs. Thanks to John Brugge and Danilo Stitz for the test files.</action>
<action dev="benoitx" type="add" issue="1607990" due-to="Robert Crawford">Added support for <a href="http://emma.sourceforge.net">Emma</a>.</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|