Skip to content

Commit

Permalink
[CELEBORN-1816] Bump scala-maven-plugin to avoid compilation loop
Browse files Browse the repository at this point in the history
### 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 <fengmingxiao.fmx@alibaba-inc.com>
Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.com>

(cherry picked from commit 5d2831b)
  • Loading branch information
FMX committed Jan 3, 2025
1 parent 5571aec commit 139e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<maven.plugin.os.version>1.7.0</maven.plugin.os.version>
<maven.plugin.protobuf.version>0.6.1</maven.plugin.protobuf.version>
<maven.plugin.rat.version>0.13</maven.plugin.rat.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>
Expand Down

0 comments on commit 139e47f

Please sign in to comment.