From 1f0fca948789d97318df137a45403100577325a1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 27 Jun 2024 14:38:20 +0200 Subject: [PATCH] doap: don't nest multiple versions in a release I'm having some trouble finding an authoritative reference, but it looks like a `release` (which is a property) may not contain multiple `Version`s (which is a node) in RDF/XML. The python rdflib at least doesn't support it, and whatever generates https://projects.apache.org/json/projects/gobblin.json also doesn't seem to process it correctly. --- doap_Gobblin.rdf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doap_Gobblin.rdf b/doap_Gobblin.rdf index b2817cf..0f7cb12 100644 --- a/doap_Gobblin.rdf +++ b/doap_Gobblin.rdf @@ -40,6 +40,8 @@ 2023-08-30 0.17.0 + + Apache Gobblin 0.16.0 2022-02-03