You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2021/04/19 15:55:47 UTC

[GitHub] [parquet-mr] Fokko commented on a change in pull request #866: PARQUET-1976: Update Scala and Maven plugin versions

Fokko commented on a change in pull request #866:
URL: https://github.com/apache/parquet-mr/pull/866#discussion_r615972571



##########
File path: parquet-scala/pom.xml
##########
@@ -75,8 +75,9 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.scala-tools</groupId>
-        <artifactId>maven-scala-plugin</artifactId>
+        <groupId>net.alchim31.maven</groupId>
+        <artifactId>scala-maven-plugin</artifactId>
+        <version>${scala-maven-plugin.version}</version>

Review comment:
       If you bump the parent pom version: https://github.com/apache/parquet-mr/blob/master/pom.xml#L7. Then this line shouldn't be required, because we then inherit the version from 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org