[KYUUBI #4247] Bump maven from 3.8.6 to 3.6.7
### _Why are the changes needed?_ For `maven version` in CI is 3.8.7(get info by adding `/usr/bin/mvn --version` in `.github/workflows/dep.yaml`),  We should bump maven version property in parent pom.yaml 3.8.6 => 3.8.7. ### _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 - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4247 from zwangsheng/bump/build_mvn_version. Closes #4247 431c248e8 [zwangsheng] [Bump] Maven Version for build/mvn Authored-by: zwangsheng <2213335496@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
f6778487ea
commit
4dd00c1499
2
pom.xml
2
pom.xml
@ -108,7 +108,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<maven.version>3.8.6</maven.version>
|
||||
<maven.version>3.8.7</maven.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<scala.version>2.12.17</scala.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user