This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push: new b22a74f9 Update DOAP maintainer field to entire PMC b22a74f9 is described below commit b22a74f9a412acff426f35ec725d38fad10a926b Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Fri Sep 8 08:38:33 2023 -0400 Update DOAP maintainer field to entire PMC Change the DOAP maintainer field to specify the entire Apache Accumulo PMC, rather than just the PMC chair, based on the discussion and developing consensus on this matter in the ComDev mailing list to reduce confusion. See https://lists.apache.org/thread/rwfwgn66gkzynpmlmovs5t7c7n5wrqlo --- doap/accumulo.rdf | 4 ++-- doap/accumulo2-maven-plugin.rdf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doap/accumulo.rdf b/doap/accumulo.rdf index 89809bb9..f6ec5f29 100644 --- a/doap/accumulo.rdf +++ b/doap/accumulo.rdf @@ -343,8 +343,8 @@ </repository> <maintainer> <foaf:Person> - <foaf:name>Ed Coleman</foaf:name> - <foaf:mbox rdf:resource="mailto:edcole...@apache.org"/> + <foaf:name>Apache Accumulo PMC</foaf:name> + <foaf:mbox rdf:resource="mailto:d...@accumulo.apache.org"/> </foaf:Person> </maintainer> </Project> diff --git a/doap/accumulo2-maven-plugin.rdf b/doap/accumulo2-maven-plugin.rdf index 8a547c9c..6b91f767 100644 --- a/doap/accumulo2-maven-plugin.rdf +++ b/doap/accumulo2-maven-plugin.rdf @@ -44,8 +44,8 @@ </repository> <maintainer> <foaf:Person> - <foaf:name>Ed Coleman</foaf:name> - <foaf:mbox rdf:resource="mailto:edcole...@apache.org"/> + <foaf:name>Apache Accumulo PMC</foaf:name> + <foaf:mbox rdf:resource="mailto:d...@accumulo.apache.org"/> </foaf:Person> </maintainer> </Project>