BIGTOP-2919: Update maven to 3.5.2
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e9ad2b4a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e9ad2b4a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e9ad2b4a Branch: refs/heads/master Commit: e9ad2b4a804e100c3695fd50351fb99d06c096e2 Parents: 0577798 Author: Olaf Flebbe <[email protected]> Authored: Sat Nov 11 17:46:48 2017 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Sat Nov 11 17:46:48 2017 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/maven.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e9ad2b4a/bigtop_toolchain/manifests/maven.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/maven.pp b/bigtop_toolchain/manifests/maven.pp index a1d7142..34ada29 100644 --- a/bigtop_toolchain/manifests/maven.pp +++ b/bigtop_toolchain/manifests/maven.pp @@ -14,7 +14,7 @@ # limitations under the License. class bigtop_toolchain::maven { - $mvnversion = '3.3.9' + $mvnversion = '3.5.2' $mvn = "apache-maven-$mvnversion" $apache_prefix = nearest_apache_mirror()
