Return-Path: Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: (qmail 71202 invoked from network); 28 Dec 2009 11:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Dec 2009 11:43:59 -0000 Received: (qmail 10529 invoked by uid 500); 28 Dec 2009 11:43:59 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 10512 invoked by uid 500); 28 Dec 2009 11:43:59 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 10502 invoked by uid 99); 28 Dec 2009 11:43:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 11:43:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of razumovsky.andrey@gmail.com designates 74.125.78.147 as permitted sender) Received: from [74.125.78.147] (HELO ey-out-1920.google.com) (74.125.78.147) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 11:43:50 +0000 Received: by ey-out-1920.google.com with SMTP id 3so2037890eyh.44 for ; Mon, 28 Dec 2009 03:43:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=2Tka4Qb82VBVtaSHznkx+wZd6Z2flxt1A5wsD7ZEDJ0=; b=VuDCpYOFJRaVJ8nbdPuh0fYG1DiC0aHncNM+L9r2jBRfiC+K12fIQZwiP8nubi/Jw6 MgFeJVYxJeGygexPNtrmMD3jSHL2MVUFdt7Q9SgVlI9gHzQRwE3FUMeTJasaO9cf/9oS saGu/IgKbTLgUVsiMf5hDrzTNSd6xv+/r9lco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=F+zEL+Hrn9WCwqebFVvQzIUDInPVSr8IYSGVFHElgwzzaFkNPA0rHrciSoGighlERe 5LOK8DwVCyG7F9m9jwURrBkP/lDJZu1DnClvJmqDU4ujldpSGRa6eEcALb5rXCa3XfQ2 63DDTdGBBEzKim5jLd3rtPUzMW9R6q/uhbMfk= MIME-Version: 1.0 Received: by 10.216.89.138 with SMTP id c10mr198052wef.47.1262000610136; Mon, 28 Dec 2009 03:43:30 -0800 (PST) In-Reply-To: References: <20091228090549.B75DB2388A1A@eris.apache.org> From: Andrey Razumovsky Date: Mon, 28 Dec 2009 14:43:10 +0300 Message-ID: <3219fff70912280343y2beda768pea8e526a5e47133e@mail.gmail.com> Subject: Re: svn commit: r894141 - /cayenne/main/trunk/tutorials/tutorial/pom.xml To: dev@cayenne.apache.org Content-Type: multipart/alternative; boundary=0016e6db2dbb12d29c047bc86a22 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6db2dbb12d29c047bc86a22 Content-Type: text/plain; charset=ISO-8859-1 OK, I'll revert. just wanted to see if scopes affect maven build 2009/12/28 Andrus Adamchik > Andrey, > > The tutorial project is special, and I intentionally defined all the > versions explicitly, as it has to look as a standalone module to the end > user once packaged in a distro. > > Andrus > > > > > On Dec 28, 2009, at 11:05 AM, andrey@apache.org wrote: > > Author: andrey >> Date: Mon Dec 28 09:05:49 2009 >> New Revision: 894141 >> >> URL: http://svn.apache.org/viewvc?rev=894141&view=rev >> Log: >> playing with maven dependencies >> >> Modified: >> cayenne/main/trunk/tutorials/tutorial/pom.xml >> >> Modified: cayenne/main/trunk/tutorials/tutorial/pom.xml >> URL: >> http://svn.apache.org/viewvc/cayenne/main/trunk/tutorials/tutorial/pom.xml?rev=894141&r1=894140&r2=894141&view=diff >> >> ============================================================================== >> --- cayenne/main/trunk/tutorials/tutorial/pom.xml (original) >> +++ cayenne/main/trunk/tutorials/tutorial/pom.xml Mon Dec 28 09:05:49 2009 >> @@ -26,7 +26,8 @@ >> >> org.apache.cayenne >> cayenne-server >> - 3.1-SNAPSHOT >> + ${version} >> + provided >> >> >> org.apache.derby >> >> >> >> > -- Andrey --0016e6db2dbb12d29c047bc86a22--