This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new b7005f55f PARQUET-2476: Remove the `maven-compiler` override (#1341)
b7005f55f is described below

commit b7005f55f4eb90a158c09fcc7a1b20712d1a25c5
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu May 16 06:58:40 2024 +0200

    PARQUET-2476: Remove the `maven-compiler` override (#1341)
    
    The Apache POM is now at 3.13.0 after 
https://github.com/apache/parquet-mr/pull/1333
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c529d6ca..346154b1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,8 +97,6 @@
     <powermock.version>2.0.9</powermock.version>
     <net.openhft.version>0.16</net.openhft.version>
     <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
-    <!-- override org.apache:apache version -->
-    <version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>
 
     <!-- parquet-cli dependencies -->
     <opencsv.version>2.3</opencsv.version>
@@ -410,12 +408,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <!-- Override source and target from the ASF parent -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>

Reply via email to