You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Henning Schmiedehausen <he...@apache.org> on 2004/10/27 13:18:58 UTC

[ANNOUNCE] DB Torque 3.1.1 available

The DB Torque team is pleased to announce the release of DB Torque
Version 3.1.1, a maintenance release of the DB Torque 3.1 branch.

Main new feature of this version is the first official release of the
maven-torque-plugin which allows Java and SQL source code creation with
Torque through integration with Apache Maven.

The release is primarily available through our download page at
http://db.apache.org/torque-31/download.html



Apache Mirror System
====================

http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.1.1

or 

http://www.apache.org/dist/db/torque/torque-3.1.1 (until the mirrors are
synced)


Maven repository
================

http://www.ibiblio.org/maven/torque/
http://www.apache.org/dist/java-repository/torque/

Dependencies:

<dependency>
  <groupId>torque</groupId>
  <artifactId>torque</artifactId>
  <version>3.1.1</version>
  <url>http://db.apache.org/torque/torque-3.1/download.html</url>
  <type>jar</type>
</dependency>

<dependency>
  <groupId>torque</groupId>
  <artifactId>torque-gen</artifactId>
  <version>3.1.1</version>
  <url>http://db.apache.org/torque/torque-3.1/download.html</url>
  <type>jar</type>
</dependency>

<dependency>
  <groupId>torque</groupId>
  <artifactId>maven-torque-plugin</artifactId>
  <version>3.1.1</version>
  <url>http://db.apache.org/torque/torque-3.1/download.html</url>
  <type>plugin</type>
</dependency>

	The DB Torque Team



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org