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

psomogyi pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 3452e99b5bd HBASE-27992 Bump exec-maven-plugin to 3.1.0 (#5334)
3452e99b5bd is described below

commit 3452e99b5bd95d067587b7eccefe975531e87a7e
Author: Peter Somogyi <psomo...@apache.org>
AuthorDate: Fri Jul 28 18:40:40 2023 +0200

    HBASE-27992 Bump exec-maven-plugin to 3.1.0 (#5334)
    
    Signed-off-by: Duo Zhang <zhang...@apache.org>
    (cherry picked from commit 0bbc8d15c1a9a489b42d85b126b31483cf536c94)
---
 hbase-shaded/hbase-shaded-check-invariants/pom.xml             | 2 +-
 hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml | 2 +-
 pom.xml                                                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml 
b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
index a1d4e44cec4..5fd3fe7d636 100644
--- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
@@ -163,7 +163,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>1.6.0</version>
+        <version>${exec.maven.version}</version>
         <executions>
           <!-- It's easier to have two copies of our validation
                script than to copy it via remote-resources-plugin, but
diff --git a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml 
b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
index 88fa8de5131..2ecb0e97652 100644
--- a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
@@ -153,7 +153,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>1.6.0</version>
+        <version>${exec.maven.version}</version>
         <executions>
           <!-- It's easier to have two copies of our validation
                script than to copy it via remote-resources-plugin, but
diff --git a/pom.xml b/pom.xml
index b6aab26e87c..f64e3cd09bb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -611,7 +611,7 @@
       When updating checkstyle.version, please make the same change in 
`.idea/checkstyle-idea.xml`
     -->
     <checkstyle.version>8.29</checkstyle.version>
-    <exec.maven.version>1.6.0</exec.maven.version>
+    <exec.maven.version>3.1.0</exec.maven.version>
     <error-prone.version>2.16</error-prone.version>
     <jamon.plugin.version>2.4.2</jamon.plugin.version>
     <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>

Reply via email to