This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
commit 4ac22382d713a3c312519b66d39e87b29f5b2f47 Author: Pierre Smits <[email protected]> AuthorDate: Thu Mar 12 15:59:11 2020 +0100 Improved: adding release info (OFBIZ-11450 Also (re)setting maintainer to the PMC of the project --- doap_OFBiz.rdf | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doap_OFBiz.rdf b/doap_OFBiz.rdf index 1598e58..e55a23b 100644 --- a/doap_OFBiz.rdf +++ b/doap_OFBiz.rdf @@ -49,19 +49,20 @@ </GitRepository> </repository> <maintainer> - <foaf:Person> - <foaf:name>Jacopo Cappellato</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]"/> - </foaf:Person> - </maintainer> - <maintainer> - <foaf:Person> - <foaf:name>Jacques Le Roux</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]"/> - </foaf:Person> + <foaf:Group> + <foaf:name>The Apache OFBiz PMC</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]"/> + </foaf:Group> </maintainer> <release> <Version> + <name>Apache OFBiz R17.12</name> + <created>2020-03-04</created> + <revision>17.12.01</revision> + </Version> + </release> + <release> + <Version> <name>Apache OFBiz R16.11</name> <created>2019-08-20</created> <revision>16.11.06</revision>

