Skip to content

Commit 7c1d110

Browse files
committed
Remove versions from managed plugins
1 parent 844eb40 commit 7c1d110

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<minimum.maven.version>3.3</minimum.maven.version>
2121
<outputDirectory>${project.build.directory}</outputDirectory>
2222
<scala-maven-plugin.version>4.4.0</scala-maven-plugin.version>
23-
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
2423
<cucumber.version>6.1.1</cucumber.version>
2524
<gherkin.version>13.0.0</gherkin.version>
2625
<groovy.version>2.5.12</groovy.version>
@@ -149,7 +148,6 @@
149148
<plugin>
150149
<groupId>org.apache.maven.plugins</groupId>
151150
<artifactId>maven-toolchains-plugin</artifactId>
152-
<version>3.0.0</version>
153151
<executions>
154152
<execution>
155153
<goals>
@@ -173,7 +171,6 @@
173171
<plugin>
174172
<groupId>org.apache.maven.plugins</groupId>
175173
<artifactId>maven-antrun-plugin</artifactId>
176-
<version>3.0.0</version>
177174
<dependencies>
178175
<dependency>
179176
<groupId>org.codehaus.groovy</groupId>
@@ -200,7 +197,6 @@
200197
<plugin>
201198
<groupId>org.apache.maven.plugins</groupId>
202199
<artifactId>maven-javadoc-plugin</artifactId>
203-
<version>3.2.0</version>
204200
<configuration>
205201
<use>false</use>
206202
<excludePackageNames>cucumber.runtime,cucumber.runtime.*</excludePackageNames>
@@ -227,7 +223,6 @@
227223
<plugin>
228224
<groupId>org.apache.maven.plugins</groupId>
229225
<artifactId>maven-shade-plugin</artifactId>
230-
<version>3.2.4</version>
231226
<executions>
232227
<execution>
233228
<phase>package</phase>
@@ -244,7 +239,6 @@
244239
<plugin>
245240
<groupId>org.codehaus.mojo</groupId>
246241
<artifactId>build-helper-maven-plugin</artifactId>
247-
<version>${build-helper-maven-plugin.version}</version>
248242
</plugin>
249243

250244
<!-- Non-standard plugins -->

0 commit comments

Comments
 (0)