Skip to content

Commit ec561bf

Browse files
committed
[KYUUBI #2599] Bump scala-maven-plugin 4.6.1
### _Why are the changes needed?_ Maven plugin upgrading. ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2599 from pan3793/scala-maven. Closes #2599 859a876 [Cheng Pan] update 6e0defb [Cheng Pan] Bump scala-maven-plugin 4.6.1 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 1cb4193 commit ec561bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@
182182
<maven.plugin.download.version>1.6.6</maven.plugin.download.version>
183183
<maven.plugin.gpg.version>3.0.1</maven.plugin.gpg.version>
184184
<maven.plugin.javadoc.version>3.3.0</maven.plugin.javadoc.version>
185-
<!-- DO NOT bump 4.4.0, see https://github.com/apache/incubator-kyuubi/pull/441 -->
186-
<!-- DO NOT bump 4.5.3, see https://github.com/apache/incubator-kyuubi/issues/708 -->
187-
<maven.plugin.scala.version>4.3.0</maven.plugin.scala.version>
185+
<maven.plugin.scala.version>4.6.1</maven.plugin.scala.version>
188186
<maven.plugin.surefire.version>2.22.0</maven.plugin.surefire.version>
189187
<maven.plugin.scalatest.version>2.0.2</maven.plugin.scalatest.version>
190188
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>

0 commit comments

Comments
 (0)