Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 49857 invoked from network); 30 Jul 2010 02:34:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 02:34:28 -0000 Received: (qmail 44570 invoked by uid 500); 30 Jul 2010 02:34:28 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 44518 invoked by uid 500); 30 Jul 2010 02:34:27 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 44510 invoked by uid 99); 30 Jul 2010 02:34:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 02:34:26 +0000 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; Fri, 30 Jul 2010 02:34:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9CFB723889BF; Fri, 30 Jul 2010 02:33:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r980635 - in /camel/trunk: apache-camel/pom.xml parent/pom.xml Date: Fri, 30 Jul 2010 02:33:09 -0000 To: commits@camel.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730023309.9CFB723889BF@eris.apache.org> Author: ningjiang Date: Fri Jul 30 02:33:09 2010 New Revision: 980635 URL: http://svn.apache.org/viewvc?rev=980635&view=rev Log: Fixed the apache-camel assembly issue Modified: camel/trunk/apache-camel/pom.xml camel/trunk/parent/pom.xml Modified: camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=980635&r1=980634&r2=980635&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Fri Jul 30 02:33:09 2010 @@ -302,7 +302,7 @@ org.apache.camel - camel-shiro + camel-shiro-security org.apache.camel Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=980635&r1=980634&r2=980635&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Fri Jul 30 02:33:09 2010 @@ -534,7 +534,7 @@ org.apache.camel - camel-shiro + camel-shiro-security ${project.version}