You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/12/24 10:15:07 UTC

[GitHub] vdiravka commented on a change in pull request #1585: DRILL-6925: Unable to generate Protobuf

vdiravka commented on a change in pull request #1585: DRILL-6925: Unable to generate Protobuf
URL: https://github.com/apache/drill/pull/1585#discussion_r243809764
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -320,6 +320,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.13</version>
 
 Review comment:
   It came from `apache-21.pom` file
   ```
   <plugin>
       <groupId>org.apache.rat</groupId>
       <artifactId>apache-rat-plugin</artifactId>
        <version>0.12</version>
   </plugin>
   ```
   
   That part relates to `lifecycle-mapping` plugin, which is intended for Eclipse m2e settings only. It has no influence on the Maven build itself. However `versionRange` has not upper bound there.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services