Author: mbenson
Date: Tue Sep 15 19:50:07 2015
New Revision: 1703279

URL: http://svn.apache.org/r1703279
Log:
[BVAL-139] syntax error in DOAP file

Modified:
    bval/site/doap_bval.rdf

Modified: bval/site/doap_bval.rdf
URL: 
http://svn.apache.org/viewvc/bval/site/doap_bval.rdf?rev=1703279&r1=1703278&r2=1703279&view=diff
==============================================================================
--- bval/site/doap_bval.rdf (original)
+++ bval/site/doap_bval.rdf Tue Sep 15 19:50:07 2015
@@ -18,8 +18,7 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
     <name>Apache BVal</name>
     <homepage rdf:resource="http://bval.apache.org/"; />
-    <asfext:name rdf:about="Apache BVal" />
-    <asfext:pmc rdf:about="bval" />
+    <asfext:pmc rdf:resource="http://bval.apache.org/"; />
     <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"; />
@@ -40,12 +39,6 @@
         <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>


Reply via email to