Skip to content

Commit 9e13be4

Browse files
author
Edwin Cruz
authored
Bump up maven tooling versions (#2200)
* MacOS M2 changes * Removed changes specific to my machine to run on MacOS M2
1 parent 7fcd21f commit 9e13be4

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<plugin>
347347
<groupId>org.apache.maven.plugins</groupId>
348348
<artifactId>maven-dependency-plugin</artifactId>
349-
<version>3.0.1</version>
349+
<version>3.5.0</version>
350350
</plugin>
351351
<plugin>
352352
<groupId>pl.project13.maven</groupId>
@@ -421,15 +421,15 @@
421421
<plugin>
422422
<groupId>org.apache.maven.plugins</groupId>
423423
<artifactId>maven-surefire-plugin</artifactId>
424-
<version>2.18.1</version>
424+
<version>2.22.2</version>
425425
<configuration>
426426
<skipTests>${skipUnitTests}</skipTests>
427427
</configuration>
428428
</plugin>
429429
<plugin>
430430
<groupId>org.apache.maven.plugins</groupId>
431431
<artifactId>maven-compiler-plugin</artifactId>
432-
<version>3.1</version>
432+
<version>3.10.1</version>
433433
<inherited>true</inherited>
434434
<configuration>
435435
<compilerArgs>
@@ -450,7 +450,7 @@
450450
<plugin>
451451
<groupId>org.apache.maven.plugins</groupId>
452452
<artifactId>maven-failsafe-plugin</artifactId>
453-
<version>2.18.1</version>
453+
<version>2.22.2</version>
454454
<configuration>
455455
<skipITs>${skipITtests}</skipITs>
456456
</configuration>
@@ -462,7 +462,7 @@
462462
</goals>
463463
<configuration>
464464
<includes>
465-
<include>**/IT*.java</include>
465+
<include>**/*IT.java</include>
466466
</includes>
467467
</configuration>
468468
</execution>
@@ -471,7 +471,7 @@
471471
<plugin>
472472
<groupId>com.qmino</groupId>
473473
<artifactId>miredot-plugin</artifactId>
474-
<version>2.2</version>
474+
<version>2.4.0</version>
475475
<executions>
476476
<execution>
477477
<phase>${miredot.phase}</phase>
@@ -1230,6 +1230,7 @@
12301230
</dependency>
12311231
</dependencies>
12321232
<profiles>
1233+
12331234
<profile>
12341235
<id>webapi-oracle</id>
12351236
<properties>
@@ -1375,7 +1376,7 @@
13751376
<plugin>
13761377
<groupId>org.apache.maven.plugins</groupId>
13771378
<artifactId>maven-install-plugin</artifactId>
1378-
<version>2.5.2</version>
1379+
<version>3.1.0</version>
13791380
<executions>
13801381
<execution>
13811382
<id>netezza-jdbc</id>
@@ -1416,7 +1417,7 @@
14161417
<plugin>
14171418
<groupId>org.apache.maven.plugins</groupId>
14181419
<artifactId>maven-install-plugin</artifactId>
1419-
<version>2.5.2</version>
1420+
<version>3.1.0</version>
14201421
<executions>
14211422
<execution>
14221423
<id>impala-jdbc</id>
@@ -1456,7 +1457,7 @@
14561457
<plugin>
14571458
<groupId>org.apache.maven.plugins</groupId>
14581459
<artifactId>maven-install-plugin</artifactId>
1459-
<version>2.5.2</version>
1460+
<version>3.1.0</version>
14601461
<executions>
14611462
<execution>
14621463
<id>spark-jdbc</id>
@@ -1556,7 +1557,7 @@
15561557
<plugin>
15571558
<groupId>org.apache.maven.plugins</groupId>
15581559
<artifactId>maven-install-plugin</artifactId>
1559-
<version>2.5.2</version>
1560+
<version>3.1.0</version>
15601561
<executions>
15611562
<execution>
15621563
<id>google-api-client</id>

0 commit comments

Comments
 (0)