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:20:58 UTC

[parquet-site] branch asf-site updated: Add more change

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8f0e120  Add more change
8f0e120 is described below

commit 8f0e120eb46aef33ff212221cbb77bc64dce49da
Author: Xinli shang <sh...@uber.com>
AuthorDate: Tue Sep 14 22:20:31 2021 -0700

    Add more change
---
 output/downloads/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/output/downloads/index.html b/output/downloads/index.html
index 9e36b24..fff5064 100644
--- a/output/downloads/index.html
+++ b/output/downloads/index.html
@@ -144,14 +144,14 @@
 
 <h2 id="parquet-mr">Parquet MR</h2>
 
-<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz">latest version of parquet-mr is 1.12.0</a>.</p>
+<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz">latest version of parquet-mr is 1.12.1</a>.</p>
 
 <p>To <a href="https://www.apache.org/info/verification.html">check the validity</a> of this release, use its:</p>
 
 <ul>
 <li><a href="https://downloads.apache.org/parquet/KEYS">Release manager OpenPGP key</a></li>
-<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.asc">OpenPGP signature</a></li>
-<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.sha512">SHA-512</a></li>
+<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.asc">OpenPGP signature</a></li>
+<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.sha512">SHA-512</a></li>
 </ul>
 
 <h3 id="downloading-from-the-maven-central-repository">Downloading from the Maven central repository</h3>
@@ -164,7 +164,7 @@
    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.parquet&lt;/groupId&gt;
       &lt;artifactId&gt;parquet-avro&lt;/artifactId&gt;
-      &lt;version&gt;1.12.0&lt;/version&gt; &lt;!-- or latest version --&gt;
+      &lt;version&gt;1.12.1&lt;/version&gt; &lt;!-- or latest version --&gt;
    &lt;/dependency&gt;
 ...
 &lt;/dependencies&gt;