You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/07/04 23:25:15 UTC

svn commit: r1142813 - /tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle

Author: hlship
Date: Mon Jul  4 21:25:15 2011
New Revision: 1142813

URL: http://svn.apache.org/viewvc?rev=1142813&view=rev
Log:
Use latest version (2.4.6) of yuicompressor library

Modified:
    tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle?rev=1142813&r1=1142812&r2=1142813&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle Mon Jul  4 21:25:15 2011
@@ -2,7 +2,7 @@ description = "Integrates YUI Compressor
 
 dependencies {
   compile project(':tapestry-core') 
-  compile "com.yahoo.platform.yui:yuicompressor:2.4.2"
+  compile "com.yahoo.platform.yui:yuicompressor:2.4.6"
     
   testCompile project(':tapestry-test')
 }