From open-jpa-dev-return-1073-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Mon Nov 06 20:22:14 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 44884 invoked from network); 6 Nov 2006 20:22:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2006 20:22:14 -0000 Received: (qmail 52577 invoked by uid 500); 6 Nov 2006 20:22:25 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 52509 invoked by uid 500); 6 Nov 2006 20:22:25 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 52500 invoked by uid 99); 6 Nov 2006 20:22:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 12:22:25 -0800 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 (herse.apache.org: domain of kwsutter@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 12:22:11 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1254644uge for ; Mon, 06 Nov 2006 12:21:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=X1CfBR0Z5ElvIM3otgj902xTECbHpntVg1El7Iqlp9SLJuIi5ppHudQr7OSDO57aL82NnAPLg/RtiiVLIO6jFtiMkBwwcbFeHhTVF4xqTPhAwn0mMlrMku0OzUNmIE2sfECEBy19qQJvnMVqCq1nJ2XxdN9xNQobFH6E59cpwrQ= Received: by 10.78.180.18 with SMTP id c18mr7210718huf.1162844508508; Mon, 06 Nov 2006 12:21:48 -0800 (PST) Received: by 10.78.128.3 with HTTP; Mon, 6 Nov 2006 12:21:48 -0800 (PST) Message-ID: <89c0c52c0611061221y1ea23211hf61ac3e2d367b46b@mail.gmail.com> Date: Mon, 6 Nov 2006 14:21:48 -0600 From: "Kevin Sutter" To: open-jpa-dev@incubator.apache.org Subject: Re: svn commit: r471080 - /incubator/openjpa/trunk/openjpa-lib/pom.xml In-Reply-To: <20061104003822.C73041A9846@eris.apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40814_23276297.1162844508456" References: <20061104003822.C73041A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_40814_23276297.1162844508456 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Abe, I've got a couple of questions about this change... 1. What was changed in serp that required this change? Without the update to serp v1.12, the only build problem I am having is with OpenJPA testcases, not the shipped source code. So, what was the "required" update. 2. Shouldn't we have some group consensus about moving up versions of the prereqs? Maybe this serp update is a requirement for needed OpenJPA function. But, changing a prereq level can be a pain for some organizations. I guess I would like to have some advance notice and planning for prereq updates. 3. Normal maven processing doesn't seem to find the new serp 1.12binaries. I had to add another maven repository to the main level pom.xml in order to find it. Either that, or I would have to install it manually into my local maven repository (which is what I probably did the first time). I can check in these changes, if you wish. Thanks, Kevin On 11/3/06, awhite@apache.org wrote: > > Author: awhite > Date: Fri Nov 3 16:38:22 2006 > New Revision: 471080 > > URL: http://svn.apache.org/viewvc?view=rev&rev=471080 > Log: > Update serp version. > > > Modified: > incubator/openjpa/trunk/openjpa-lib/pom.xml > > Modified: incubator/openjpa/trunk/openjpa-lib/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/pom.xml?view=diff&rev=471080&r1=471079&r2=471080 > > ============================================================================== > --- incubator/openjpa/trunk/openjpa-lib/pom.xml (original) > +++ incubator/openjpa/trunk/openjpa-lib/pom.xml Fri Nov 3 16:38:22 2006 > @@ -53,7 +53,7 @@ > > net.sourceforge.serp > serp > - 1.11.0 > + 1.12.0 > compile > > > > > ------=_Part_40814_23276297.1162844508456--