mirror of https://github.com/apache/druid.git
Fix the created property in DOAP RDF file (#14971)
This commit is contained in:
parent
4c57504960
commit
7f757e33f0
|
@ -22,7 +22,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<Project rdf:about="https://druid.apache.org/">
|
<Project rdf:about="https://druid.apache.org/">
|
||||||
<created>2023-09-08</created>
|
<created>2012-10-23</created>
|
||||||
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
|
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
|
||||||
<name>Apache Druid</name>
|
<name>Apache Druid</name>
|
||||||
<homepage rdf:resource="https://druid.apache.org/" />
|
<homepage rdf:resource="https://druid.apache.org/" />
|
||||||
|
|
Loading…
Reference in New Issue