From b8b96c1b31f779376fa14d218f10cbe8fb7d255c Mon Sep 17 00:00:00 2001 From: "Charles M.C. Chan" Date: Mon, 8 Dec 2014 19:33:51 -0800 Subject: [PATCH] ONOS-461: Update maven version in bash_profile Change-Id: Id80f9a2655a0c00f4d9577b741ca8db3f66f3232 --- tools/dev/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 2bb205901b..6aff05b3d8 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile @@ -16,7 +16,7 @@ if [ -z "${JAVA_HOME}" ]; then fi fi -export MAVEN=${MAVEN:-~/Applications/apache-maven-3.2.2} +export MAVEN=${MAVEN:-~/Applications/apache-maven-3.2.3} export KARAF_VERSION=${KARAF_VERSION:-3.0.2} export KARAF_ROOT=${KARAF_ROOT:-~/Applications/apache-karaf-$KARAF_VERSION}