vdiravka commented on a change in pull request #1574: DRILL-6900:
maven-release-plugin failure on the release:perform stage
URL: https://github.com/apache/drill/pull/1574#discussion_r241941781
##########
File path: pom.xml
##########
@@ -574,6 +574,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>3.1.1</version>
Review comment:
It is just a last version suggested my Maven docs:
https://maven.apache.org/plugins/maven-jar-plugin/
But in Maven central for some reason this version of `maven-jar-plugin` is
absent:
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin
Just removed the string with version overriding for this plugin.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services