From adffaces-commits-return-1825-apmail-incubator-adffaces-commits-archive=incubator.apache.org@incubator.apache.org Wed Jan 31 02:59:35 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-commits-archive@locus.apache.org Received: (qmail 70355 invoked from network); 31 Jan 2007 02:59:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 02:59:35 -0000 Received: (qmail 25634 invoked by uid 500); 31 Jan 2007 02:59:39 -0000 Delivered-To: apmail-incubator-adffaces-commits-archive@incubator.apache.org Received: (qmail 25616 invoked by uid 500); 31 Jan 2007 02:59:39 -0000 Mailing-List: contact adffaces-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-dev@incubator.apache.org Delivered-To: mailing list adffaces-commits@incubator.apache.org Received: (qmail 25607 invoked by uid 99); 31 Jan 2007 02:59:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 18:59:39 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 18:59:33 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id DEADC1A981A; Tue, 30 Jan 2007 18:59:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r501699 - in /incubator/adffaces/trunk/trinidad: trinidad-api/pom.xml trinidad-impl/pom.xml Date: Wed, 31 Jan 2007 02:59:12 -0000 To: adffaces-commits@incubator.apache.org From: jwaldman@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070131025912.DEADC1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jwaldman Date: Tue Jan 30 18:59:12 2007 New Revision: 501699 URL: http://svn.apache.org/viewvc?view=rev&rev=501699 Log: Added to the pom files so that the MANIFEST.MF will pick up the implementation-version String. true true Modified: incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml incubator/adffaces/trunk/trinidad/trinidad-impl/pom.xml Modified: incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml?view=diff&rev=501699&r1=501698&r2=501699 ============================================================================== --- incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml (original) +++ incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml Tue Jan 30 18:59:12 2007 @@ -38,6 +38,14 @@ org.apache.maven.plugins maven-jar-plugin + + + + true + true + + + Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/pom.xml URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/pom.xml?view=diff&rev=501699&r1=501698&r2=501699 ============================================================================== --- incubator/adffaces/trunk/trinidad/trinidad-impl/pom.xml (original) +++ incubator/adffaces/trunk/trinidad/trinidad-impl/pom.xml Tue Jan 30 18:59:12 2007 @@ -88,6 +88,14 @@ org.apache.maven.plugins maven-jar-plugin + + + + true + true + + +