Author: tv Date: Sun Jun 14 17:00:53 2015 New Revision: 1685425 URL: http://svn.apache.org/r1685425 Log: Fix some information and add some release versions. Fixes TORQUE-335
Modified: db/torque/trunks/doap_Torque.rdf Modified: db/torque/trunks/doap_Torque.rdf URL: http://svn.apache.org/viewvc/db/torque/trunks/doap_Torque.rdf?rev=1685425&r1=1685424&r2=1685425&view=diff ============================================================================== --- db/torque/trunks/doap_Torque.rdf (original) +++ db/torque/trunks/doap_Torque.rdf Sun Jun 14 17:00:53 2015 @@ -21,7 +21,7 @@ <asfext:pmc rdf:resource="http://db.apache.org" /> <shortdesc>Torque is an object-relational mapper for Java.</shortdesc> <description>Torque is an object-relational mapper for Java. In other words, Torque lets you access and manipulate data in a relational database using java objects. Unlike most other object-relational mappers, Torque does not use reflection to access user-provided classes, but it generates the necessary classes (including the Data Objects) from an XML schema describing the database layout (which can either be written by hand or generated from an existing database). The XML schema can also be used to generate and execute a SQL script which creates all the tables in the database.</description> - <bug-database rdf:resource="http://issues.apache.org/scarab/issues" /> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/TORQUE" /> <mailing-list rdf:resource="http://db.apache.org/torque/mail-lists.html" /> <download-page rdf:resource="http://db.apache.org/torque/download.html" /> <programming-language>Java</programming-language> @@ -29,9 +29,25 @@ <release> <Version> <name>Torque</name> + <created>2013-03-01</created> + <revision>4.0</revision> + </Version> + </release> + <release> + <Version> + <name>Torque</name> + <created>2008-02-29</created> + <revision>3.3</revision> + </Version> + </release> + <release> + <Version> + <name>Torque</name> <created>2006-11-23</created> <revision>3.3-RC1</revision> </Version> + </release> + <release> <Version> <name>Torque</name> <created>2005-12-10</created> @@ -40,8 +56,8 @@ </release> <repository> <SVNRepository> - <location rdf:resource="http://svn.apache.org/repos/asf/db/torque/runtime/trunk"/> - <browse rdf:resource="http://svn.apache.org/viewcvs/db/torque/runtime/trunk/"/> + <location rdf:resource="http://svn.apache.org/repos/asf/db/torque/trunks/"/> + <browse rdf:resource="http://svn.apache.org/viewcvs/db/torque/trunks/"/> </SVNRepository> </repository> </Project> --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org