Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 70313 invoked from network); 28 Aug 2006 21:04:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 21:04:25 -0000 Received: (qmail 52309 invoked by uid 500); 28 Aug 2006 21:04:24 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 51721 invoked by uid 500); 28 Aug 2006 21:04:22 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 51710 invoked by uid 500); 28 Aug 2006 21:04:22 -0000 Received: (qmail 51707 invoked by uid 99); 28 Aug 2006 21:04:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 14:04:22 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 14:04:22 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 03E491A981D; Mon, 28 Aug 2006 14:04:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437835 - /jakarta/commons/trunks-proper/pom.xml Date: Mon, 28 Aug 2006 21:04:01 -0000 To: commons-cvs@jakarta.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060828210402.03E491A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: psteitz Date: Mon Aug 28 14:04:01 2006 New Revision: 437835 URL: http://svn.apache.org/viewvc?rev=437835&view=rev Log: Changed parent to apache, added nightly build profile, added resources to ensure NOTICE, LICENSE are included in jars. Modified: jakarta/commons/trunks-proper/pom.xml Modified: jakarta/commons/trunks-proper/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/trunks-proper/pom.xml?rev=437835&r1=437834&r2=437835&view=diff ============================================================================== --- jakarta/commons/trunks-proper/pom.xml (original) +++ jakarta/commons/trunks-proper/pom.xml Mon Aug 28 14:04:01 2006 @@ -2,9 +2,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.jakarta - jakarta - 1-SNAPSHOT + org.apache + apache + 3 org.apache.commons commons @@ -66,8 +66,17 @@ 1.3 - + + + ${basedir} + + NOTICE.txt + LICENSE.txt + + META-INF + + @@ -77,8 +86,21 @@ 1.3 --> - - - + + + + nightly-build + + + true + apache.snapshots + Apache Development Snapshot Repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org