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-format.git


The following commit(s) were added to refs/heads/master by this push:
     new c76bd35  PARQUET-2271: Bump Apache POM to 29 (#200)
c76bd35 is described below

commit c76bd354ed88f7cb844308f0f7570666922fb76f
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Apr 19 03:33:45 2023 +0200

    PARQUET-2271: Bump Apache POM to 29 (#200)
    
    So we have the latest versions and we are Java 17 compatible
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c250068..81c30ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>16</version>
+    <version>29</version>
   </parent>
 
   <groupId>org.apache.parquet</groupId>
@@ -127,6 +127,8 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <additionalparam>-Xdoclint:none</additionalparam>
+          <additionalOptions>-Xdoclint:none</additionalOptions>
+          <additionalJOption>-Xdoclint:none</additionalJOption>
         </configuration>
       </plugin>
       <plugin>

Reply via email to