You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2007/09/11 13:57:28 UTC

svn commit: r574558 - /turbine/fulcrum/trunk/yaafi/project.xml

Author: sgoeschl
Date: Tue Sep 11 04:57:27 2007
New Revision: 574558

URL: http://svn.apache.org/viewvc?rev=574558&view=rev
Log:
The Jamon2PerformanceMonitorImpl requires Jamon 2.x to compile and is more or less backwar compatible with Jamon1.x

Modified:
    turbine/fulcrum/trunk/yaafi/project.xml

Modified: turbine/fulcrum/trunk/yaafi/project.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/project.xml?rev=574558&r1=574557&r2=574558&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/project.xml (original)
+++ turbine/fulcrum/trunk/yaafi/project.xml Tue Sep 11 04:57:27 2007
@@ -40,7 +40,7 @@
    <dependency>
       <groupId>jamon</groupId>
       <artifactId>jamon</artifactId>
-      <version>1.01</version>
+      <version>2.6</version>
       <url>http://jamonapi.sourceforge.net/</url>
       <properties>
         <war.bundle>true</war.bundle>