Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 30, 2016
1 parent 6b44364 commit 679d61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.50/selenium-server-standalone-2.50.0.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.1.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.50/selenium-server-standalone-2.50.0.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.1.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 679d61b

Please sign in to comment.