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 2019/12/06 09:08:40 UTC

[parquet-site] branch asf-site updated: Update site for 1.11.0 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 ee2ba51  Update site for 1.11.0 release.
ee2ba51 is described below

commit ee2ba51122028db704cde6d3df66c1aff9bb7559
Author: Gabor Szadovszky <ga...@apache.org>
AuthorDate: Fri Dec 6 10:08:02 2019 +0100

    Update site for 1.11.0 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 7ad0b53..5765270 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.10.1/apache-parquet-1.10.1.tar.gz">latest version of parquet-mr is 1.10.1</a>.</p>
+<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>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://www.apache.org/dist/parquet/KEYS">Release manager OpenPGP key</a></li>
-<li><a href="https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.asc">OpenPGP signature</a></li>
-<li><a href="https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.sha512">SHA-512</a></li>
+<li><a href="https://www.apache.org/dist/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.tar.gz.asc">OpenPGP signature</a></li>
+<li><a href="https://www.apache.org/dist/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.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.10.1&lt;/version&gt; &lt;!-- or latest version --&gt;
+      &lt;version&gt;1.11.0&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 7196b8c..45fbf9f 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.10.1](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz).
+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).
 
 To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:
 
  * [Release manager OpenPGP key](https://www.apache.org/dist/parquet/KEYS)
- * [OpenPGP signature](https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.asc)
- * [SHA-512](https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.sha512)
+ * [OpenPGP signature](https://www.apache.org/dist/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.tar.gz.asc)
+ * [SHA-512](https://www.apache.org/dist/parquet/apache-parquet-1.11.0/apache-parquet-1.11.0.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.10.1</version> <!-- or latest version -->
+          <version>1.11.0</version> <!-- or latest version -->
        </dependency>
     ...
     </dependencies>