You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2014/04/29 11:22:21 UTC

[2/4] git commit: update wro4j to 1.7.4, makes the CoffeeScript compilation tasks use CoffeeScript 1.7.1

update wro4j to 1.7.4, makes the CoffeeScript compilation tasks use CoffeeScript 1.7.1


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b7bba3a4
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b7bba3a4
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b7bba3a4

Branch: refs/heads/master
Commit: b7bba3a419242032ae27b944f40d22e43c45eac2
Parents: f3a3f34
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Apr 29 09:32:16 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Apr 29 09:59:56 2014 +0200

----------------------------------------------------------------------
 buildSrc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b7bba3a4/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index fb868ad..8ff8725 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -6,6 +6,6 @@ repositories {
 
 
 dependencies {
-    compile "ro.isdc.wro4j:wro4j-extensions:1.7.0"
+    compile "ro.isdc.wro4j:wro4j-extensions:1.7.4"
     gradleApi()
 }