diff --git a/Makefile b/Makefile index d45aad2fb..492825d1a 100644 --- a/Makefile +++ b/Makefile @@ -53,14 +53,14 @@ 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.5-SNAPSHOT-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/xml-velocity-1.8.5-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)/ @cp $(DEP)/yslow-3.1.5-sitespeed.js $(BUILD)/$(DEP)/ @cp $(DEP)/rules-desktop.properties $(BUILD)/$(DEP)/ @cp $(DEP)/rules-mobile.properties $(BUILD)/$(DEP)/ - @cp $(DEP)/browsertime-0.3-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/browsertime-0.4-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/timing-limits-default.xml $(BUILD)/$(DEP)/ @cp $(REPORT)/$(CSS)/bootstrap.min.css $(BUILD)/$(REPORT)/$(CSS)/ @cp $(REPORT)/$(CSS)/bootstrap-overrides.css $(BUILD)/$(REPORT)/$(CSS)/ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index eef67afad..455a94333 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -111,9 +111,9 @@ NEXUS_VIEWPORT="348x519" # Jar files, specify the versions CRAWLER_JAR=crawler-1.5.7-full.jar -VELOCITY_JAR=xml-velocity-1.8.5-SNAPSHOT-full.jar +VELOCITY_JAR=xml-velocity-1.8.5-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar -BROWSERTIME_JAR=browsertime-0.3-full.jar +BROWSERTIME_JAR=browsertime-0.4-full.jar # Store the input to be able to log exactly how/what was done INPUT="$@" diff --git a/bin/sitespeed.io-sites b/bin/sitespeed.io-sites index d463deb02..ad1e67763 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.5-SNAPSHOT-full.jar +VELOCITY_JAR=xml-velocity-1.8.5-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar # Setup dirs diff --git a/dependencies/browsertime-0.3-full.jar b/dependencies/browsertime-0.4-full.jar similarity index 92% rename from dependencies/browsertime-0.3-full.jar rename to dependencies/browsertime-0.4-full.jar index b50399c6f..43e9c1499 100644 Binary files a/dependencies/browsertime-0.3-full.jar and b/dependencies/browsertime-0.4-full.jar differ diff --git a/dependencies/xml-velocity-1.8.5-SNAPSHOT-full.jar b/dependencies/xml-velocity-1.8.5-full.jar similarity index 88% rename from dependencies/xml-velocity-1.8.5-SNAPSHOT-full.jar rename to dependencies/xml-velocity-1.8.5-full.jar index 412a7b729..473f94753 100644 Binary files a/dependencies/xml-velocity-1.8.5-SNAPSHOT-full.jar and b/dependencies/xml-velocity-1.8.5-full.jar differ