Skip to content

Commit 9d9ba5c

Browse files
committed
ORC-1978: Upgrade maven-enforcer-plugin to 3.6.1
### What changes were proposed in this pull request? This PR aims to upgrade `maven-enforcer-plugin` to 3.6.1. ### Why are the changes needed? To use the latest improvement and bug fixed version: - https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.6.1 - apache/maven-enforcer#904 - apache/maven-enforcer#905 - apache/maven-enforcer#910 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2335 Closes #2366 from dongjoon-hyun/ORC-1978. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 466f2f1 commit 9d9ba5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<junit.version>5.13.1</junit.version>
7373
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
7474
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
75+
<maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
7576
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
7677
<maven.compiler.release>${java.version}</maven.compiler.release>
7778
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
@@ -608,7 +609,7 @@
608609
<plugin>
609610
<groupId>org.apache.maven.plugins</groupId>
610611
<artifactId>maven-enforcer-plugin</artifactId>
611-
<version>3.6.0</version>
612+
<version>${maven-enforcer-plugin.version}</version>
612613
<dependencies>
613614
<dependency>
614615
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)