This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/impala.git
commit eb5286ff74c1b22260dd8f95c94ab9cd9b71b316 Author: stiga-huang <[email protected]> AuthorDate: Mon Aug 19 15:55:56 2024 +0800 Update DOAP file for 4.4.1 release Validated at https://www.w3.org/RDF/Validator/ Change-Id: If58965a6b3f1712626b35f07d5f3cfbf8fd83818 Reviewed-on: http://gerrit.cloudera.org:8080/21689 Reviewed-by: Michael Smith <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- doap_Impala.rdf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doap_Impala.rdf b/doap_Impala.rdf index 722d1fdc6..60da3f457 100644 --- a/doap_Impala.rdf +++ b/doap_Impala.rdf @@ -34,6 +34,20 @@ <download-page rdf:resource="https://impala.apache.org/downloads.html" /> <programming-language>C++,Java</programming-language> <category rdf:resource="https://projects.apache.org/category/big-data" /> + <release> + <Version> + <name>Apache Impala 4.4.1</name> + <created>2024-08-19</created> + <revision>4.4.1</revision> + </Version> + </release> + <release> + <Version> + <name>Apache Impala 3.4.2</name> + <created>2024-06-20</created> + <revision>3.4.2</revision> + </Version> + </release> <release> <Version> <name>Apache Impala 4.4.0</name> @@ -108,7 +122,7 @@ <Version> <name>Apache Impala 3.2.0</name> <created>2019-03-28</created> - <revision></revision> + <revision>3.2.0</revision> </Version> </release> <release>
