Skip to content

Commit 2bb87a5

Browse files
authored
HBASE-23607 Updated Maven plugins
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
1 parent 8da8d2b commit 2bb87a5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<java.min.version>${compileSource}</java.min.version>
131131
<maven.min.version>3.5.0</maven.min.version>
132132
<hbase.version>2.2.2</hbase.version>
133-
<maven.compiler.version>3.6.1</maven.compiler.version>
133+
<maven.compiler.version>3.8.1</maven.compiler.version>
134134
<exec.maven.version>1.6.0</exec.maven.version>
135135
<audience-annotations.version>0.5.0</audience-annotations.version>
136136
<junit.version>4.12</junit.version>
@@ -140,8 +140,8 @@
140140
<hadoop.version>${hadoop-two.version}</hadoop.version>
141141
<slf4j.version>1.7.25</slf4j.version>
142142
<checkstyle.version>8.18</checkstyle.version>
143-
<maven.checkstyle.version>3.0.0</maven.checkstyle.version>
144-
<surefire.version>3.0.0-M3</surefire.version>
143+
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
144+
<surefire.version>3.0.0-M4</surefire.version>
145145
<!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
146146
<external.protobuf.version>2.5.0</external.protobuf.version>
147147
<protobuf.plugin.version>0.5.0</protobuf.plugin.version>
@@ -362,7 +362,7 @@
362362
<plugin>
363363
<groupId>org.codehaus.mojo</groupId>
364364
<artifactId>build-helper-maven-plugin</artifactId>
365-
<version>1.9.1</version>
365+
<version>3.0.0</version>
366366
</plugin>
367367
<plugin>
368368
<groupId>org.apache.rat</groupId>
@@ -440,12 +440,12 @@
440440
<plugin>
441441
<groupId>org.apache.maven.plugins</groupId>
442442
<artifactId>maven-enforcer-plugin</artifactId>
443-
<version>3.0.0-M2</version>
443+
<version>3.0.0-M3</version>
444444
<dependencies>
445445
<dependency>
446446
<groupId>org.codehaus.mojo</groupId>
447447
<artifactId>extra-enforcer-rules</artifactId>
448-
<version>1.0-beta-9</version>
448+
<version>1.2</version>
449449
</dependency>
450450
</dependencies>
451451
<!-- version set by parent -->

spark/hbase-spark-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-surefire-report-plugin</artifactId>
312-
<version>2.7.2</version>
312+
<version>3.0.0-M4</version>
313313
<reportSets>
314314
<reportSet>
315315
<id>spark-integration-tests</id>

spark/hbase-spark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
<plugin>
454454
<groupId>net.alchim31.maven</groupId>
455455
<artifactId>scala-maven-plugin</artifactId>
456-
<version>3.2.0</version>
456+
<version>4.3.0</version>
457457
<configuration>
458458
<charset>${project.build.sourceEncoding}</charset>
459459
<scalaVersion>${scala.version}</scalaVersion>
@@ -487,7 +487,7 @@
487487
<plugin>
488488
<groupId>org.scalatest</groupId>
489489
<artifactId>scalatest-maven-plugin</artifactId>
490-
<version>1.0</version>
490+
<version>2.0.0</version>
491491
<configuration>
492492
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
493493
<junitxml>.</junitxml>

0 commit comments

Comments
 (0)