From scm-return-17585-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Fri Feb 09 21:50:37 2007 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 17229 invoked from network); 9 Feb 2007 21:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 21:50:34 -0000 Received: (qmail 91946 invoked by uid 500); 9 Feb 2007 21:50:38 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 91865 invoked by uid 500); 9 Feb 2007 21:50:38 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 91849 invoked by uid 99); 9 Feb 2007 21:50:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 13:50:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 64.233.184.239 as permitted sender) Received: from [64.233.184.239] (HELO wr-out-0506.google.com) (64.233.184.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 13:50:26 -0800 Received: by wr-out-0506.google.com with SMTP id 70so1199572wra for ; Fri, 09 Feb 2007 13:50:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=L36Are40JVf47l67A79CEjfs3A9bPh/bqt7m5Lu1d8VrI3MFflWb0tTmbDQwz7JQQb4X1cWDoMNkcCdVE58gIXqZbp5fn8+t6r9dDoqAGRRXtMVIerAaw/QxeJoWnjfd2ap7FOlJ4ETV8FhkKBMduWEBDwkdnDrGpfuOgoj85rU= Received: by 10.114.75.1 with SMTP id x1mr6392790waa.1171057805870; Fri, 09 Feb 2007 13:50:05 -0800 (PST) Received: from ?10.0.1.2? ( [24.7.69.241]) by mx.google.com with ESMTP id h19sm8896918wxd.2007.02.09.13.50.04; Fri, 09 Feb 2007 13:50:04 -0800 (PST) In-Reply-To: <20070209205002.55A761A981C@eris.apache.org> References: <20070209205002.55A761A981C@eris.apache.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <277A10DF-D031-4DFD-8721-AD70CAD45A95@planet57.com> Cc: scm@geronimo.apache.org Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: svn commit: r505489 - /geronimo/server/trunk/pom.xml Date: Fri, 9 Feb 2007 13:50:02 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org The TCK needs to be updated too... in pom.xml 3 places I think, and in modules/cts-database --jason On Feb 9, 2007, at 12:50 PM, hogstrom@apache.org wrote: > Author: hogstrom > Date: Fri Feb 9 12:50:01 2007 > New Revision: 505489 > > URL: http://svn.apache.org/viewvc?view=rev&rev=505489 > Log: > Updated Derby to 10.2.2.0 as well as TranQL 1.3-SNAPSHOT to support > changes in the ClientDataSource made by the Derby Project > > Modified: > geronimo/server/trunk/pom.xml > > Modified: geronimo/server/trunk/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml? > view=diff&rev=505489&r1=505488&r2=505489 > ====================================================================== > ======== > --- geronimo/server/trunk/pom.xml (original) > +++ geronimo/server/trunk/pom.xml Fri Feb 9 12:50:01 2007 > @@ -66,7 +66,7 @@ > > - 10.1.3.1 > + 10.2.2.0 > > > - 1.2 > + 1.3-SNAPSHOT > > 2.0-incubator-M1 > > >