Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 54969 invoked from network); 14 Jul 2008 16:01:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 16:01:43 -0000 Received: (qmail 40685 invoked by uid 500); 14 Jul 2008 16:01:43 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 40625 invoked by uid 500); 14 Jul 2008 16:01:43 -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 40616 invoked by uid 99); 14 Jul 2008 16:01:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 09:01:43 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 16:00:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B96D123889F1; Mon, 14 Jul 2008 09:00:52 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r676637 - /geronimo/samples/trunk/pom.xml Date: Mon, 14 Jul 2008 16:00:52 -0000 To: scm@geronimo.apache.org From: jbohn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080714160052.B96D123889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbohn Date: Mon Jul 14 09:00:51 2008 New Revision: 676637 URL: http://svn.apache.org/viewvc?rev=676637&view=rev Log: validate maven version for build - must be 2.0.9 Modified: geronimo/samples/trunk/pom.xml Modified: geronimo/samples/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/pom.xml?rev=676637&r1=676636&r2=676637&view=diff ============================================================================== --- geronimo/samples/trunk/pom.xml (original) +++ geronimo/samples/trunk/pom.xml Mon Jul 14 09:00:51 2008 @@ -204,6 +204,31 @@ org.apache.maven.plugins + maven-enforcer-plugin + + + validate + + enforce + + + + + + [1.5,1.6) + + + + + [2.0.9,) + + + + + + + + org.apache.maven.plugins maven-compiler-plugin 1.5