Skip to content

Commit 86e5b7a

Browse files
committed
[KYUUBI #4851] [BUILD] Bump Maven 3.8.8
### _Why are the changes needed?_ Bump to the latest version of Maven 3.8.x, the `archive.apache.org` is not stable these days, and only the latest patch version can benefit Apache CDN during downloading. ``` curl: (28) Failed to connect to archive.apache.org port 443 after 131061 ms: Connection timed out ``` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4851 from pan3793/maven. Closes #4851 b29db58 [Cheng Pan] [BUILD] Bump Maven 3.8.8 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent dbcbeec commit 86e5b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
<properties>
111111
<java.version>1.8</java.version>
112-
<maven.version>3.8.7</maven.version>
112+
<maven.version>3.8.8</maven.version>
113113
<maven.compiler.source>${java.version}</maven.compiler.source>
114114
<maven.compiler.target>${java.version}</maven.compiler.target>
115115
<scala.version>2.12.17</scala.version>

0 commit comments

Comments
 (0)