ctubbsii commented on code in PR #104:
URL: https://github.com/apache/accumulo-examples/pull/104#discussion_r1001004177
##########
pom.xml:
##########
@@ -156,7 +156,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.0.0-M3</version>
+ <version>3.1.0</version>
Review Comment:
When you bump the parent POM, it might no longer be necessary to specify a
version or have a dependencyManagement entry at all, for plugins whose version
and config are identical (or older than) what's specified in the parent POM.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]