This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 54a2302 Add 1.13.1 release
54a2302 is described below
commit 54a2302052da7fba2e8e50744cd1359fba3baabd
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu May 18 23:14:34 2023 +0200
Add 1.13.1 release
---
content/en/blog/parquet-mr/1.13.1.md | 41 ++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/content/en/blog/parquet-mr/1.13.1.md
b/content/en/blog/parquet-mr/1.13.1.md
new file mode 100644
index 0000000..62af06d
--- /dev/null
+++ b/content/en/blog/parquet-mr/1.13.1.md
@@ -0,0 +1,41 @@
+---
+title: "1.13.1"
+date: 2023-05-18
+description: >
+---
+The [latest version of parquet-mr is
1.13.1](https://downloads.apache.org/parquet/apache-parquet-1.13.1/apache-parquet-1.13.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.13.1/apache-parquet-1.13.1.tar.gz.asc)
+*
[SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512)
+
+The [latest version of parquet-mr on the previous minor branch is
1.12.3](https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.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.3/apache-parquet-1.12.3.tar.gz.asc)
+*
[SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.sha512)
+
+### Downloading from the Maven central repository
+
+The Parquet team publishes its [releases to Maven
Central](https://search.maven.org/search?q=g:org.apache.parquet).
+
+Add the following dependency section to your pom.xml:
+```
+ <dependencies>
+ ...
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-avro</artifactId>
+ <version>1.13.1</version> <!-- or latest version -->
+ </dependency>
+ ...
+ </dependencies>
+```
+
+### Older Releases
+
+Older releases can be found in the Archives of the Apache Software Foundation:
[https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)