Skip to content

Commit 6d5a066

Browse files
authored
Merge pull request #1214 from gradle/gk/bumpMaven3.9.7
Updated Maven to 3.9.7 in maven wrapper and maven distribution scripts
2 parents b72620d + 7d26f1c commit 6d5a066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom-maven-distribution/create-custom-maven-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# ./create-custom-maven-distribution.sh https://develocity.mycompany.com
2424
#
2525

26-
maven_version=3.9.6
26+
maven_version=3.9.7
2727
maven_dir=apache-maven-${maven_version}
2828
maven_zip=${maven_dir}-bin.zip
2929
maven_lib_ext=${maven_dir}/lib/ext

custom-maven-wrapper/create-custom-maven-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414

1515
current_dir=$PWD
16-
maven_version=3.9.6
16+
maven_version=3.9.7
1717

1818
yellow='\033[1;33m'
1919
nc='\033[0m'

0 commit comments

Comments
 (0)