This is an automated email from the ASF dual-hosted git repository.
angerszhuuuu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 29e07186 [CELEBORN-81][FOLLOWUP] Rename and reorder maven properties
(#1071)
29e07186 is described below
commit 29e07186027bed88f4950d5e89a4df6a81d89804
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Dec 13 19:17:51 2022 +0800
[CELEBORN-81][FOLLOWUP] Rename and reorder maven properties (#1071)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index abc667d1..a27fad7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
<maven.plugin.clean.version>3.2.0</maven.plugin.clean.version>
<maven.plugin.dependency.version>3.1.1</maven.plugin.dependency.version>
<maven.plugin.flatten.version>1.3.0</maven.plugin.flatten.version>
+ <maven.plugin.jacoco.version>0.8.7</maven.plugin.jacoco.version>
<maven.plugin.jar.version>3.0.2</maven.plugin.jar.version>
<maven.plugin.os.version>1.7.0</maven.plugin.os.version>
<maven.plugin.protobuf.version>0.5.1</maven.plugin.protobuf.version>
@@ -103,7 +104,6 @@
<maven.plugin.shade.version>3.4.0</maven.plugin.shade.version>
<maven.plugin.spotless.version>2.24.1</maven.plugin.spotless.version>
<maven.plugin.surefire.version>3.0.0-M7</maven.plugin.surefire.version>
-
<maven.plugin.jacoco-maven-plugin.version>0.8.7</maven.plugin.jacoco-maven-plugin.version>
<!-- Allow modules to enable / disable certain build plugins easily. -->
<testJarPhase>prepare-package</testJarPhase>
@@ -829,7 +829,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>${maven.plugin.jacoco-maven-plugin.version}</version>
+ <version>${maven.plugin.jacoco.version}</version>
<executions>
<execution>
<id>pre-test</id>