diff --git a/Makefile b/Makefile index 32b22b1ad..2cb7f9511 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ build: @cp $(BIN)/sitespeed.io-sites $(BUILD)/$(BIN)/ @cp $(BIN)//travis-ci.sh $(BUILD)/$(BIN)/ @cp $(DEP)/LICENSE.txt $(BUILD)/$(DEP)/ - @cp $(DEP)/crawler-1.5.9-SNAPSHOT-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/crawler-1.5.9-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/crawler.properties $(BUILD)/$(DEP)/ @cp $(DEP)/xml-velocity-1.8.8-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/screenshot.js $(BUILD)/$(DEP)/ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index 2e42c8885..fb387ea51 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -112,7 +112,7 @@ NEXUS_4_AGENT="Mozilla/5.0 (Linux; Android 4.2; Nexus 4 Build/JVP15Q) AppleWebKi NEXUS_VIEWPORT="348x519" # Jar files, specify the versions -CRAWLER_JAR=crawler-1.5.9-SNAPSHOT-full.jar +CRAWLER_JAR=crawler-1.5.9-full.jar VELOCITY_JAR=xml-velocity-1.8.8-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar BROWSERTIME_JAR=browsertime-0.5-full.jar diff --git a/dependencies/crawler-1.5.9-SNAPSHOT-full.jar b/dependencies/crawler-1.5.9-full.jar similarity index 87% rename from dependencies/crawler-1.5.9-SNAPSHOT-full.jar rename to dependencies/crawler-1.5.9-full.jar index 0f79e386f..4cad9ce89 100644 Binary files a/dependencies/crawler-1.5.9-SNAPSHOT-full.jar and b/dependencies/crawler-1.5.9-full.jar differ