1
0

[HUDI-938] Removing incubating/incubator from project (#1658)

This commit is contained in:
leesf
2020-05-24 18:28:13 +08:00
committed by GitHub
parent f22c3e933e
commit 492f324bc7
8 changed files with 32 additions and 37 deletions

View File

@@ -26,7 +26,6 @@
<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://incubator.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" />
@@ -54,13 +53,13 @@
</release>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/incubator-hudi.git"/>
<browse rdf:resource="https://github.com/apache/incubator-hudi"/>
<location rdf:resource="https://github.com/apache/hudi.git"/>
<browse rdf:resource="https://github.com/apache/hudi"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Apache Hudi-incubating PPMC</foaf:name>
<foaf:name>Apache Hudi PMC</foaf:name>
<foaf:mbox rdf:resource="mailto:dev@hudi.apache.org"/>
</foaf:Person>
</maintainer>