This is an automated email from the ASF dual-hosted git repository. sivabalan pushed a commit to branch release-0.5.3 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 949941197df728d8bf811acd2a813332d2719e4b Author: vinoth chandar <[email protected]> AuthorDate: Mon May 25 09:12:29 2020 -0700 [MINOR] Fix PMC tag in doap file (#1666) --- doap_HUDI.rdf | 1 + 1 file changed, 1 insertion(+) diff --git a/doap_HUDI.rdf b/doap_HUDI.rdf index b92db82..0bd69a4 100644 --- a/doap_HUDI.rdf +++ b/doap_HUDI.rdf @@ -26,6 +26,7 @@ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> <name>Apache Hudi</name> <homepage rdf:resource="https://hudi.apache.org" /> + <asfext:pmc rdf:resource="https://hudi.apache.org" /> <shortdesc>Ingests and Manages storage of large analytical datasets</shortdesc> <description>Hudi (pronounced “Hoodie”) brings stream processing to big data, providing upserts, deletes and incremental data streams.</description> <bug-database rdf:resource="https://issues.apache.org/jira/browse/HUDI" />
