Author: mbenson
Date: Thu Dec 5 16:36:28 2013
New Revision: 1548200
URL: http://svn.apache.org/r1548200
Log:
[BVAL-119] 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=1548200&r1=1548199&r2=1548200&view=diff
==============================================================================
--- bval/site/doap_bval.rdf (original)
+++ bval/site/doap_bval.rdf Thu Dec 5 16:36:28 2013
@@ -8,35 +8,35 @@
<!--
=======================================================================
- Copyright (c) 2010 The Apache Software Foundation.
+ Copyright (c) 2010-2013 The Apache Software Foundation.
All rights reserved.
=======================================================================
-->
- <Project
rdf:about="http://incubator.apache.org/projects/beanvalidation.html">
- <created>2010-04-30</created>
+ <Project rdf:about="http://bval.apache.org/">
+ <created>2012-02-15</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
- <name>Apache Bean Validation (incubating)</name>
- <homepage rdf:resource="https://cwiki.apache.org/BeanValidation/" />
- <asfext:pmc rdf:resource="http://incubator.apache.org" />
+ <name>Apache BVal</name>
+ <homepage rdf:resource="http://bval.apache.org/" />
+ <asfext:pmc rdf:resource="http://bval.apache.org/people.html" />
<shortdesc>Bean Validation API Implementation</shortdesc>
- <description>The goal of the Bean Validation project is to deliver an
implementation of the 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 ASL 2.0
license. The project is currently undergoing incubation in the Apache
Incubator.</description>
+ <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" />
- <mailing-list
rdf:resource="https://cwiki.apache.org/BeanValidation/mailing-lists.html" />
- <download-page rdf:resource="https://cwiki.apache.org/BeanValidation/" />
+ <mailing-list rdf:resource="http://bval.apache.org/mailing-lists.html" />
+ <download-page rdf:resource="http://bval.apache.org/downloads.html" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/javaee"/>
<category rdf:resource="http://projects.apache.org/category/library"/>
<repository>
<SVNRepository>
- <location
rdf:resource="https://svn.apache.org/repos/asf/incubator/bval/"/>
- <browse rdf:resource="http://svn.apache.org/viewvc/incubator/bval/"/>
+ <location rdf:resource="https://svn.apache.org/repos/asf/bval/"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/bval/"/>
</SVNRepository>
</repository>
<maintainer>
<foaf:Person>
- <foaf:name>Donald Woods</foaf:name>
- <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ <foaf:name>Matt Benson</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
<asfext:implements>
@@ -47,14 +47,12 @@
<asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=303"/>
</asfext:Standard>
</asfext:implements>
- <!-- none yet.....
<release>
<Version>
- <name>Latest Incubator release</name>
- <created>YYYY-MM-DD</created>
- <revision>0.1-incubating</revision>
+ <name>Current release</name>
+ <created>2012-09-21</created>
+ <revision>0.5</revision>
</Version>
</release>
- -->
</Project>
</rdf:RDF>