This is an automated email from the ASF dual-hosted git repository.
rexxiong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 5d2831bba [CELEBORN-1816] Bump scala-maven-plugin to avoid compilation
loop
5d2831bba is described below
commit 5d2831bbad582bdec9810e8508c0c9a1b9318423
Author: mingji <[email protected]>
AuthorDate: Fri Jan 3 09:27:47 2025 +0800
[CELEBORN-1816] Bump scala-maven-plugin to avoid compilation loop
### What changes were proposed in this pull request?
To update zinc to fix an issue that may cause the compilation process to
keep compiling the project.
### Why are the changes needed?
Ditto.
### Does this PR introduce _any_ user-facing change?
NO.
### How was this patch tested?
GA and manual tests on Mac, and Ubuntu nodes.
Closes #3045 from FMX/b1816.
Authored-by: mingji <[email protected]>
Signed-off-by: Shuang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 326fdea20..0a45ac3c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
<maven.plugin.protobuf.version>0.6.1</maven.plugin.protobuf.version>
<maven.plugin.rat.version>0.13</maven.plugin.rat.version>
<maven.plugin.resources.version>3.3.1</maven.plugin.resources.version>
- <maven.plugin.scala.version>4.7.2</maven.plugin.scala.version>
+ <maven.plugin.scala.version>4.9.2</maven.plugin.scala.version>
<maven.plugin.scalatest.version>2.1.0</maven.plugin.scalatest.version>
<maven.plugin.shade.version>3.5.2</maven.plugin.shade.version>
<maven.plugin.spotless.version>2.24.1</maven.plugin.spotless.version>