diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-10 07:58:30 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-10 07:58:30 -0700 |
commit | 6e7af860adb8d221e03bf9c6f54876bf84a5aeac (patch) | |
tree | 61f3a2ba3afbbd2cf6941f218652735922d36fcf /scripts | |
parent | 7d434bd6579e96ec24a1747d459662f5688a7d7a (diff) |
Updating cassandra and tomcat versions
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/setup-cassandra.sh | 2 | ||||
-rwxr-xr-x | scripts/setup-tomcat.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup-cassandra.sh b/scripts/setup-cassandra.sh index 355892d..324f2d4 100755 --- a/scripts/setup-cassandra.sh +++ b/scripts/setup-cassandra.sh @@ -1,6 +1,6 @@ #!/bin/sh -CASSANDRA_VERSION="1.2.5" +CASSANDRA_VERSION="1.2.9" PASSWORD=$1 diff --git a/scripts/setup-tomcat.sh b/scripts/setup-tomcat.sh index 0a21053..203a5f1 100755 --- a/scripts/setup-tomcat.sh +++ b/scripts/setup-tomcat.sh @@ -1,6 +1,6 @@ #!/bin/sh -TOMCAT_VERSION="7.0.39" +TOMCAT_VERSION="7.0.42" PASSWORD=$1 |