Skip to content

Commit 0bbc8d1

Browse files
authored
HBASE-27992 Bump exec-maven-plugin to 3.1.0 (#5334)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 67b20fd commit 0bbc8d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hbase-shaded/hbase-shaded-check-invariants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.codehaus.mojo</groupId>
172172
<artifactId>exec-maven-plugin</artifactId>
173-
<version>1.6.0</version>
173+
<version>${exec.maven.version}</version>
174174
<executions>
175175
<!-- It's easier to have two copies of our validation
176176
script than to copy it via remote-resources-plugin, but

hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.codehaus.mojo</groupId>
163163
<artifactId>exec-maven-plugin</artifactId>
164-
<version>1.6.0</version>
164+
<version>${exec.maven.version}</version>
165165
<executions>
166166
<!-- It's easier to have two copies of our validation
167167
script than to copy it via remote-resources-plugin, but

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864
When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
865865
-->
866866
<checkstyle.version>8.29</checkstyle.version>
867-
<exec.maven.version>1.6.0</exec.maven.version>
867+
<exec.maven.version>3.1.0</exec.maven.version>
868868
<error-prone.version>2.16</error-prone.version>
869869
<jamon.plugin.version>2.4.2</jamon.plugin.version>
870870
<lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>

0 commit comments

Comments
 (0)