Author: aadamchik
Date: Sun Nov 25 11:18:02 2012
New Revision: 1413337
URL: http://svn.apache.org/viewvc?rev=1413337&view=rev
Log:
DOAP - fixing obsolete data
Modified:
cayenne/site/cms/trunk/content/doap/cayenne.rdf
Modified: cayenne/site/cms/trunk/content/doap/cayenne.rdf
URL:
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doap/cayenne.rdf?rev=1413337&r1=1413336&r2=1413337&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doap/cayenne.rdf (original)
+++ cayenne/site/cms/trunk/content/doap/cayenne.rdf Sun Nov 25 11:18:02 2012
@@ -8,7 +8,7 @@
<!--
=======================================================================
- Copyright (c) 2007 The Apache Software Foundation.
+ Copyright (c) 2007-2012 The Apache Software Foundation.
All rights reserved.
=======================================================================
@@ -20,9 +20,9 @@
<homepage rdf:resource="http://cayenne.apache.org" />
<asfext:pmc rdf:resource="http://cayenne.apache.org" />
<shortdesc>User-friendly Java ORM with tools</shortdesc>
- <description>Cayenne is a powerful, full-featured, opensource framework
created for developers working with relational databases. it seamlessly maps
any relational database to Java objects, reducing development time and adding
considerable functionality to any application which requires a database.
Developers using Cayenne will be able to concentrate on the core business
requirements and the data model instead of the SQL details. The application can
then be easily moved to any JDBC-capable database. In addition to management of
persistent Java objects mapped to relational databases, Cayenne provides a
plethora of features including single method call queries and updates
(including atomic updates of all modified objects), seamless integration of
multiple databases into a single virtual data source, three tier persistence
with caching on the remote client, paging of results, record locking, and many
more features. JPA compliance is in progress.</description>
- <bug-database rdf:resource="https://issues.apache.org/cayenne/" />
- <mailing-list rdf:resource="http://cayenne.apache.org/lists.html" />
+ <description>Cayenne is a powerful, full-featured, opensource framework
created for developers working with relational databases. it seamlessly maps
any relational database to Java objects, reducing development time and adding
considerable functionality to any application which requires a database.
Developers using Cayenne will be able to concentrate on the core business
requirements and the data model instead of the SQL details. The application can
then be easily moved to any JDBC-capable database. In addition to management of
persistent Java objects mapped to relational databases, Cayenne provides a
plethora of features including single method call queries and updates
(including atomic updates of all modified objects), seamless integration of
multiple databases into a single virtual data source, three tier persistence
with caching on the remote client, paging of results, record locking, and many
more features.</description>
+ <bug-database rdf:resource="http://issues.apache.org/jira/browse/CAY" />
+ <mailing-list rdf:resource="http://cayenne.apache.org/mailing-lists.html"
/>
<download-page rdf:resource="http://cayenne.apache.org/download.html" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/database" />
@@ -33,23 +33,30 @@
<category
rdf:resource="http://projects.apache.org/category/web-framework" />
<release>
<Version>
- <name>Stable</name>
- <created>2007-10-12</created>
- <revision>1.2.4</revision>
+ <name>Beta</name>
+ <created>2012-6-12</created>
+ <revision>3.1B1</revision>
</Version>
</release>
<release>
<Version>
<name>Stable</name>
+ <created>2011-6-21</created>
+ <revision>3.0.2</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Legacy</name>
<created>2007-10-12</created>
<revision>2.0.4</revision>
</Version>
</release>
<release>
<Version>
- <name>Stable</name>
- <created>2010-9-7</created>
- <revision>3.0.1</revision>
+ <name>Legacy</name>
+ <created>2007-10-12</created>
+ <revision>1.2.4</revision>
</Version>
</release>
<repository>
@@ -64,13 +71,5 @@
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
- <asfext:implements>
- <asfext:Standard>
- <asfext:title>Java Persistence API Provider</asfext:title>
- <asfext:body>JCP</asfext:body>
- <asfext:id>JSR 220</asfext:id>
- <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=220"/>
- </asfext:Standard>
- </asfext:implements>
</Project>
</rdf:RDF>