Author: sebb
Date: Tue Sep 15 21:33:10 2015
New Revision: 1703295

URL: http://svn.apache.org/r1703295
Log:
Fix syntax error

Modified:
    comdev/projects.apache.org/site/doap/bval/bval.rdf

Modified: comdev/projects.apache.org/site/doap/bval/bval.rdf
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/bval/bval.rdf?rev=1703295&r1=1703294&r2=1703295&view=diff
==============================================================================
--- comdev/projects.apache.org/site/doap/bval/bval.rdf (original)
+++ comdev/projects.apache.org/site/doap/bval/bval.rdf Tue Sep 15 21:33:10 2015
@@ -18,7 +18,7 @@
     <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: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"; />
@@ -50,6 +50,13 @@
     <release>
       <Version>
         <name>Current release</name>
+        <created>2015-06-10</created>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>0.6</name>
         <created>2012-09-21</created>
         <revision>0.5</revision>
       </Version>


Reply via email to