You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2021/09/15 05:09:59 UTC

[parquet-site] 01/01: Update parquet-mr-1.12.1 release info to download page

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

shangxinli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/parquet-site.git

commit 32e93364eb4bf4313330b33addf83a7d72c7cacf
Author: Xinli shang <sh...@uber.com>
AuthorDate: Tue Sep 14 21:56:59 2021 -0700

     Update parquet-mr-1.12.1 release info to download page
---
 source/downloads.html.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/downloads.html.md b/source/downloads.html.md
index f87d3ef..67ccb11 100644
--- a/source/downloads.html.md
+++ b/source/downloads.html.md
@@ -12,13 +12,13 @@ To [check the validity](https://www.apache.org/info/verification.html) of this r
 
 ## Parquet MR
 
-The [latest version of parquet-mr is 1.12.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz).
+The [latest version of parquet-mr is 1.12.1](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz).
 
 To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:
 
  * [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS)
- * [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.asc)
- * [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.sha512)
+ * [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.asc)
+ * [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.sha512)
 
 ### Downloading from the Maven central repository
 
@@ -31,7 +31,7 @@ Add the following dependency section to your pom.xml:
 	   <dependency>
           <groupId>org.apache.parquet</groupId>
           <artifactId>parquet-avro</artifactId>
-          <version>1.12.0</version> <!-- or latest version -->
+          <version>1.12.1</version> <!-- or latest version -->
        </dependency>
     ...
     </dependencies>