Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Mar 4, 2017
1 parent 9706dc5 commit a9fb12a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/3.0/selenium-server-standalone-3.0.1.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.2/selenium-server-standalone-3.2.0.jar'

export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server/hub'
export SELENIUM_SERVER_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
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/3.0/selenium-server-standalone-3.0.1.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.2/selenium-server-standalone-3.2.0.jar'

export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server/node'
export SELENIUM_SERVER_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/terraform/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.8.7/terraform_0.8.7_linux_amd64.zip'
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_linux_amd64.zip'

export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform'

0 comments on commit a9fb12a

Please sign in to comment.