Skip to content

Commit 2e7d2ec

Browse files
committed
Upgrade Maven build plugins.
Closes #140
1 parent 1cd5261 commit 2e7d2ec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bom-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.apache.maven.plugins</groupId>
2424
<artifactId>maven-install-plugin</artifactId>
25-
<version>3.0.0-M1</version>
25+
<version>3.1.1</version>
2626
<configuration>
2727
<skip>true</skip>
2828
</configuration>
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-deploy-plugin</artifactId>
34-
<version>3.0.0-M1</version>
34+
<version>3.1.1</version>
3535
<configuration>
3636
<skip>true</skip>
3737
</configuration>
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-dependency-plugin</artifactId>
43-
<version>3.2.0</version>
43+
<version>3.5.0</version>
4444
<executions>
4545
<execution>
4646
<id>purge-local-repository</id>

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.codehaus.mojo</groupId>
194194
<artifactId>flatten-maven-plugin</artifactId>
195-
<version>1.2.7</version>
195+
<version>1.4.1</version>
196196
<executions>
197197
<execution>
198198
<id>flatten</id>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.jfrog.buildinfo</groupId>
239239
<artifactId>artifactory-maven-plugin</artifactId>
240-
<version>3.5.1</version>
240+
<version>3.6.1</version>
241241
<executions>
242242
<execution>
243243
<id>build-info</id>
@@ -365,7 +365,7 @@
365365
<plugin>
366366
<groupId>org.apache.maven.plugins</groupId>
367367
<artifactId>maven-enforcer-plugin</artifactId>
368-
<version>3.2.1</version>
368+
<version>3.3.0</version>
369369
<executions>
370370
<execution>
371371
<id>enforce-release-rules</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-install-plugin</artifactId>
79-
<version>3.1.0</version>
79+
<version>3.1.1</version>
8080
<configuration>
8181
<skip>true</skip>
8282
</configuration>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-deploy-plugin</artifactId>
88-
<version>3.1.0</version>
88+
<version>3.1.1</version>
8989
<configuration>
9090
<skip>true</skip>
9191
</configuration>

0 commit comments

Comments
 (0)