Author: mbenson
Date: Tue Sep 15 16:32:39 2015
New Revision: 1703246
URL: http://svn.apache.org/r1703246
Log:
update per info at https://projects-old.apache.org/docs/pmc.html
Modified:
bval/site/doap_bval.rdf
Modified: bval/site/doap_bval.rdf
URL:
http://svn.apache.org/viewvc/bval/site/doap_bval.rdf?rev=1703246&r1=1703245&r2=1703246&view=diff
==============================================================================
--- bval/site/doap_bval.rdf (original)
+++ bval/site/doap_bval.rdf Tue Sep 15 16:32:39 2015
@@ -18,7 +18,8 @@
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache BVal</name>
<homepage rdf:resource="http://bval.apache.org/" />
- <asfext:pmc rdf:resource="http://bval.apache.org/people.html" />
+ <asfext:name rdf:about="Apache BVal" />
+ <asfext:pmc rdf:about="bval" />
<shortdesc>Bean Validation API Implementation</shortdesc>
<description>The goal of the Apache BVal project is to deliver an
implementation of the Java Bean Validation Specfication (JSR303) which is TCK
compliant and works on Java SE 5 or later. The initial codebase for the project
was donated to the ASF by a SGA from Agimatec GmbH and uses the Apache Software
License v2.0.</description>
<bug-database rdf:resource="http://issues.apache.org/jira/browse/BVAL" />
@@ -39,6 +40,12 @@
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
+ <asfext:chair>
+ <foaf:Person>
+ <foaf:name>Matt Benson</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ </foaf:Person>
+ </asfext:chair>
<asfext:implements>
<asfext:Standard>
<asfext:title>Bean Validation API 1.0</asfext:title>