Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit d0ef4ae

Browse files
committed
Remove plugin versions from pom.xml
They are inherited via the parent.
1 parent 78eea7b commit d0ef4ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-shade-plugin</artifactId>
131-
<version>2.4.3</version>
132131
<configuration>
133132
<minimizeJar>false</minimizeJar>
134133
</configuration>
@@ -179,7 +178,6 @@
179178
<plugin>
180179
<groupId>org.apache.maven.plugins</groupId>
181180
<artifactId>maven-release-plugin</artifactId>
182-
<version>2.5.3</version>
183181
<configuration>
184182
<autoVersionSubmodules>true</autoVersionSubmodules>
185183
<mavenExecutorId>forked-path</mavenExecutorId>
@@ -247,7 +245,6 @@
247245
<plugin>
248246
<groupId>org.apache.maven.plugins</groupId>
249247
<artifactId>maven-surefire-plugin</artifactId>
250-
<version>2.19.1</version>
251248
<configuration>
252249
<systemProperties>
253250
<property>

0 commit comments

Comments
 (0)