You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by nk...@apache.org on 2019/10/04 08:59:38 UTC

[parquet-mr] branch master updated: PARQUET-1671: Upgrade Yetus to 0.11.0 (#689)

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

nkollar 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 6db7287  PARQUET-1671: Upgrade Yetus to 0.11.0 (#689)
6db7287 is described below

commit 6db728711491e3ce214d11358d0769bf4075ff33
Author: Kengo Seki <se...@apache.org>
AuthorDate: Fri Oct 4 01:59:33 2019 -0700

    PARQUET-1671: Upgrade Yetus to 0.11.0 (#689)
---
 parquet-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index c5b0779..7935751 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>org.apache.yetus</groupId>
       <artifactId>audience-annotations</artifactId>
-      <version>0.7.0</version>
+      <version>0.11.0</version>
     </dependency>
   </dependencies>