Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 28, 2016
1 parent 56c4c33 commit 6b44364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbooks/nginx/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.9.9.tar.gz'
export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.9.10.tar.gz'
export NGINX_PCRE_DOWNLOAD_URL='ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.tar.gz'
export NGINX_ZLIB_DOWNLOAD_URL='http://zlib.net/zlib-1.2.8.tar.gz'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/selenium-server/attributes/hub.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.49/selenium-server-standalone-2.49.0.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.0.jar'

export SELENIUM_SERVER_INSTALL_FOLDER='/opt/selenium-server/hub'
export SELENIUM_SERVER_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/selenium-server/attributes/node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.49/selenium-server-standalone-2.49.0.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.0.jar'

export SELENIUM_SERVER_INSTALL_FOLDER='/opt/selenium-server/node'
export SELENIUM_SERVER_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
Expand Down

0 comments on commit 6b44364

Please sign in to comment.