This is an automated email from the ASF dual-hosted git repository.
suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 7f757e33f06 Fix the created property in DOAP RDF file (#14971)
7f757e33f06 is described below
commit 7f757e33f06ff3d6df4a3f200c095ffb3dfcd7ab
Author: Benedict Jin <[email protected]>
AuthorDate: Wed Sep 13 21:12:35 2023 +0800
Fix the created property in DOAP RDF file (#14971)
---
doap_Druid.rdf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doap_Druid.rdf b/doap_Druid.rdf
index bb95885517e..4ac5f1ea999 100644
--- a/doap_Druid.rdf
+++ b/doap_Druid.rdf
@@ -22,7 +22,7 @@
limitations under the License.
-->
<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" />
<name>Apache Druid</name>
<homepage rdf:resource="https://druid.apache.org/" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]