Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 5846 invoked from network); 19 Sep 2008 19:41:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 19:41:33 -0000 Received: (qmail 41960 invoked by uid 500); 19 Sep 2008 19:41:29 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 41941 invoked by uid 500); 19 Sep 2008 19:41:29 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 41930 invoked by uid 99); 19 Sep 2008 19:41:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 12:41:28 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brandon.goodin@gmail.com designates 72.14.204.173 as permitted sender) Received: from [72.14.204.173] (HELO qb-out-1314.google.com) (72.14.204.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 19:40:30 +0000 Received: by qb-out-1314.google.com with SMTP id q14so489482qbq.32 for ; Fri, 19 Sep 2008 12:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=HCiUE+cR6vOjBSaJOBpMA8w5hkq2atwf+HXzFjEvO3s=; b=QWwu+2XdPQzBn3B3vBtKZ69KYqNEhvbSZm+42uGOfg/TXVQsQIuXDgdRydxft89Ma1 G7d8Czx+8sOpZ/558BI9wyZNVbsQdqIcQC07EC6rMO5v8tWsfwqZMMyUhd8oGVQnUvQY wnj/7F3m5ffU+WwFBpe7ZQzlpDcFRgzYvNBLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=Ks8q+slIKsC9jdi5fdWHM+W+J0XG35K8/QATpqy0wEiRt/JxyY8NUPLG26o5H5JRJD tTiBaZR1OufVsel5KS2ZWVwIIImF8xtXf7hzZFF9ADTJpNJLmFeqI2L0aUvPsBU9U7Rc pSIYYZX6LBxoFotpFFBH+4s0JXLsrUKleYPRQ= Received: by 10.187.166.4 with SMTP id t4mr112071fao.99.1221853261721; Fri, 19 Sep 2008 12:41:01 -0700 (PDT) Received: by 10.187.239.1 with HTTP; Fri, 19 Sep 2008 12:41:01 -0700 (PDT) Message-ID: <2fe5ef5b0809191241g652c261fg8982b2efa50698f6@mail.gmail.com> Date: Fri, 19 Sep 2008 14:41:01 -0500 From: "Brandon Goodin" To: user-java@ibatis.apache.org Subject: Re: [RELEASE] iBATIS 2.3.4 GA In-Reply-To: <2fe5ef5b0809191239x21444baak9711a1a8667de022@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35110_4432645.1221853261723" References: <2fe5ef5b0809191239x21444baak9711a1a8667de022@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_35110_4432645.1221853261723 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline oops... correction to dependency definition... org.apache.ibatis ibatis-sqlmap 2.3.4.726 Brandon On Fri, Sep 19, 2008 at 2:39 PM, Brandon Goodin 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: > > > > org.apache.ibatis > ibatis-sqlmap > 2.3.4.726 > > > > Thanks, > Apache iBATIS Team > > ------=_Part_35110_4432645.1221853261723 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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 <brandon.goodin@gmail.com> 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


------=_Part_35110_4432645.1221853261723--