Skip to content

Commit eb88783

Browse files
committed
upgraded m-plugin-p to 3.5.1, removed report versions
1 parent 8fd6bcc commit eb88783

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ limitations under the License.
379379
<plugin>
380380
<groupId>org.apache.maven.plugins</groupId>
381381
<artifactId>maven-plugin-plugin</artifactId>
382-
<version>3.5</version>
382+
<version>3.5.1</version>
383383
</plugin>
384384
<plugin>
385385
<groupId>org.apache.maven.plugins</groupId>
@@ -491,7 +491,6 @@ limitations under the License.
491491
<plugin>
492492
<groupId>org.apache.maven.plugins</groupId>
493493
<artifactId>maven-project-info-reports-plugin</artifactId>
494-
<version>2.9</version><!-- TODO remove version once parent does not hardcode it -->
495494
<reportSets>
496495
<reportSet>
497496
<reports>
@@ -622,7 +621,6 @@ limitations under the License.
622621
<plugin>
623622
<groupId>org.apache.maven.plugins</groupId>
624623
<artifactId>maven-gpg-plugin</artifactId>
625-
<version>1.6</version>
626624
<configuration>
627625
<passphrase>${gpg.passphrase}</passphrase>
628626
</configuration>

0 commit comments

Comments
 (0)