From a7c8f292ed08f2f595c28d2bd2fa18744ad17724 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 10 Jan 2014 00:47:37 +0100 Subject: [PATCH] added new xml-velocity version --- Makefile | 2 +- bin/sitespeed.io-sites | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aa515fbdc..0a5708bb1 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ build: @cp $(DEP)/LICENSE.txt $(BUILD)/$(DEP)/ @cp $(DEP)/crawler-1.5.7-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/crawler.properties $(BUILD)/$(DEP)/ - @cp $(DEP)/xml-velocity-1.8.7-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/xml-velocity-1.8.8_SNAPSHOT-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/screenshot.js $(BUILD)/$(DEP)/ @cp $(DEP)/htmlcompressor-1.5.3.jar $(BUILD)/$(DEP)/ @cp $(DEP)/yuicompressor-2.4.6.jar $(BUILD)/$(DEP)/ diff --git a/bin/sitespeed.io-sites b/bin/sitespeed.io-sites index 2e6629234..0436c81e7 100755 --- a/bin/sitespeed.io-sites +++ b/bin/sitespeed.io-sites @@ -50,7 +50,7 @@ NOW=$(date +"%Y-%m-%d-%H-%M-%S") JAVA_HEAP=1024 # Version of the Jar-files used. -VELOCITY_JAR=xml-velocity-1.8.7-full.jar +VELOCITY_JAR=xml-velocity-1.8.8-SNAPSHOT-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar # Setup dirs