Use a unique version of build helper plugin.

This commit is contained in:
Manuele Simi 2020-07-13 14:06:41 -04:00
parent 73686d24d1
commit d30c8dcc3f
1 changed files with 2 additions and 5 deletions

View File

@ -170,7 +170,6 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<!-- sets the skip.when.is.release.used property to true if SNAPSHOT is NOT used, <!-- sets the skip.when.is.release.used property to true if SNAPSHOT is NOT used,
@ -244,7 +243,6 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<!-- sets the skip.when.is.release.used property to true if SNAPSHOT is NOT used, <!-- sets the skip.when.is.release.used property to true if SNAPSHOT is NOT used,
@ -342,7 +340,6 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<!-- sets the skip.when.is.snapshot.used property to true if SNAPSHOT was used, <!-- sets the skip.when.is.snapshot.used property to true if SNAPSHOT was used,
@ -480,7 +477,6 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<!-- sets the skip.when.is.snapshot.used property to true if SNAPSHOT was used, <!-- sets the skip.when.is.snapshot.used property to true if SNAPSHOT was used,
@ -908,7 +904,8 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
</plugin> <version>3.0.0</version>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>