You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2020/08/12 11:01:59 UTC

[parquet-site] branch asf-site updated: Update site for 1.11.1 release

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

gabor 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 432d6e5  Update site for 1.11.1 release
432d6e5 is described below

commit 432d6e58fa929511ac5662e3c46b7edcd5ef8f38
Author: Gabor Szadovszky <ga...@apache.org>
AuthorDate: Wed Aug 12 12:56:12 2020 +0200

    Update site for 1.11.1 release
---
 output/downloads/index.html | 8 ++++----
 source/downloads.html.md    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/output/downloads/index.html b/output/downloads/index.html
index 6d9d2f5..1282987 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.11.0/apache-parquet-1.11.0.tar.gz">latest version of parquet-mr is 1.11.0</a>.</p>
+<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.1/apache-parquet-1.11.1.tar.gz">latest version of parquet-mr is 1.11.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.11.0/apache-parquet-1.11.0.tar.gz.asc">OpenPGP signature</a></li>
-<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.tar.gz.sha512">SHA-512</a></li>
+<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.11.1/apache-parquet-1.11.1.tar.gz.asc">OpenPGP signature</a></li>
+<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.11.1/apache-parquet-1.11.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.11.0&lt;/version&gt; &lt;!-- or latest version --&gt;
+      &lt;version&gt;1.11.1&lt;/version&gt; &lt;!-- or latest version --&gt;
    &lt;/dependency&gt;
 ...
 &lt;/dependencies&gt;
diff --git a/source/downloads.html.md b/source/downloads.html.md
index 1699d9a..e76577a 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.11.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.tar.gz).
+The [latest version of parquet-mr is 1.11.1](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.1/apache-parquet-1.11.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.11.0/apache-parquet-1.11.0.tar.gz.asc)
- * [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.tar.gz.sha512)
+ * [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.11.1/apache-parquet-1.11.1.tar.gz.asc)
+ * [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.11.1/apache-parquet-1.11.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.11.0</version> <!-- or latest version -->
+          <version>1.11.1</version> <!-- or latest version -->
        </dependency>
     ...
     </dependencies>