Author: mbenson
Date: Thu Nov 3 16:31:54 2016
New Revision: 1767925
URL: http://svn.apache.org/viewvc?rev=1767925&view=rev
Log:
update DOAP
Modified:
bval/site/doap_bval.rdf
Modified: bval/site/doap_bval.rdf
URL:
http://svn.apache.org/viewvc/bval/site/doap_bval.rdf?rev=1767925&r1=1767924&r2=1767925&view=diff
==============================================================================
--- bval/site/doap_bval.rdf (original)
+++ bval/site/doap_bval.rdf Thu Nov 3 16:31:54 2016
@@ -20,7 +20,7 @@
<homepage rdf:resource="http://bval.apache.org/" />
<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>
+ <description>The goal of the Apache BVal project is to deliver an
implementation of the Java Bean Validation Specfication (JSR303/346) which is
TCK compliant and works on Java SE 6 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" />
<mailing-list rdf:resource="http://bval.apache.org/mailing-lists.html" />
<download-page rdf:resource="http://bval.apache.org/downloads.html" />
@@ -41,15 +41,29 @@
</maintainer>
<asfext:implements>
<asfext:Standard>
- <asfext:title>Bean Validation API 1.0</asfext:title>
+ <asfext:title>Bean Validation API 1.1</asfext:title>
<asfext:body>JCP</asfext:body>
- <asfext:id>JSR 303</asfext:id>
- <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=303"/>
+ <asfext:id>JSR 346</asfext:id>
+ <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=346"/>
</asfext:Standard>
</asfext:implements>
<release>
<Version>
<name>Current release</name>
+ <created>2016-11-03</created>
+ <revision>1.1.2</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>1.1.1</name>
+ <created>2016-02-08</created>
+ <revision>1.1.1</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Current release</name>
<created>2015-06-10</created>
<revision>1.1.0</revision>
</Version>