This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 27902d741 BIGTOP-4015. Upgrade Maven to 3.8.x. (#1188)
27902d741 is described below
commit 27902d741cdf3e89ea430bd1eb2dc0291996bd67
Author: Kengo Seki <[email protected]>
AuthorDate: Sun Oct 15 14:39:56 2023 +0900
BIGTOP-4015. Upgrade Maven to 3.8.x. (#1188)
---
bigtop_toolchain/manifests/maven.pp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop_toolchain/manifests/maven.pp
b/bigtop_toolchain/manifests/maven.pp
index 3798ed6a2..4c7244e38 100644
--- a/bigtop_toolchain/manifests/maven.pp
+++ b/bigtop_toolchain/manifests/maven.pp
@@ -18,7 +18,7 @@ class bigtop_toolchain::maven {
require bigtop_toolchain::gnupg
require bigtop_toolchain::packages
- $mvnversion = latest_maven_binary("3.6.[0-9]*")
+ $mvnversion = latest_maven_binary("3.8.[0-9]*")
$mvn = "apache-maven-$mvnversion"
$apache_prefix = nearest_apache_mirror()