Skip to content

Commit

Permalink
Updated to NewRelic agent 3.29.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
trautonen committed May 29, 2016
1 parent 0235892 commit 3bad1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ install_maven() {

install_newrelic() {
build_dir=$1
newrelic_url=${2:-"http://search.maven.org/remotecontent?filepath=com/newrelic/agent/java/newrelic-agent/3.24.1/newrelic-agent-3.24.1.jar"}
newrelic_url=${2:-"http://search.maven.org/remotecontent?filepath=com/newrelic/agent/java/newrelic-agent/3.29.0/newrelic-agent-3.29.0.jar"}

if [ ! -d "${build_dir}" ]; then error "Invalid slug directory to install NewRelic agent."; fi

Expand Down

0 comments on commit 3bad1c1

Please sign in to comment.