[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`),
![popo_2023-02-06  09-34-07](https://user-images.githubusercontent.com/52876270/216862168-beda949f-a77b-44db-ad11-b959e27627ef.jpg)

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:
zwangsheng 2023-02-06 09:50:23 +08:00 committed by Cheng Pan
parent f6778487ea
commit 4dd00c1499
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -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>