This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 4a8fc86d1 ORC-1978: Upgrade `maven-enforcer-plugin` to 3.6.1
4a8fc86d1 is described below

commit 4a8fc86d18cf3404970eb16ec5b00ddaa7102fe4
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Thu Aug 28 12:09:59 2025 -0700

    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
      - https://github.com/apache/maven-enforcer/pull/904
      - https://github.com/apache/maven-enforcer/pull/905
      - https://github.com/apache/maven-enforcer/pull/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 <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit 9d9ba5c43639923b04abcc471583598a30d3c53c)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 java/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index f99ad6b05..b10762eb4 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -72,6 +72,7 @@
     <junit.version>5.13.1</junit.version>
     <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
     <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
+    <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
     <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
     <maven.compiler.release>17</maven.compiler.release>
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
@@ -608,7 +609,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>${maven-enforcer-plugin.version}</version>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.mojo</groupId>

Reply via email to