oops... correction to dependency definition...
<dependencies>
<dependency>
<groupId>org.apache.ibatis</groupId>
<artifactId>ibatis-sqlmap</artifactId>
<version>2.3.4.726</version>
</dependency>
</dependencies>
Brandon
On Fri, Sep 19, 2008 at 2:39 PM, Brandon Goodin <[EMAIL PROTECTED]>wrote:
> iBATIS 2.3.4 has been promoted to GA. It is now the current release
> approved for production use.
>
> You can download iBATIS 2.3.4 from the Java downloads page:
> http://ibatis.apache.org/javadownloads.cgi
>
> If you use Maven 2 you may place the following in your pom:
>
> <dependency>
> <dependency>
> <groupId>org.apache.ibatis</groupId>
> <artifactId>ibatis-sqlmap</artifactId>
> <version>2.3.4.726</version>
> </dependency>
> </dependency>
>
> Thanks,
> Apache iBATIS Team
>
>