Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 67304 invoked from network); 2 Dec 2009 15:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 15:10:53 -0000 Received: (qmail 67898 invoked by uid 500); 2 Dec 2009 15:10:53 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 67852 invoked by uid 500); 2 Dec 2009 15:10:53 -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 67843 invoked by uid 99); 2 Dec 2009 15:10:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 15:10:53 +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; Wed, 02 Dec 2009 15:10:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7FF3223888C5; Wed, 2 Dec 2009 15:10:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r886169 - in /camel/trunk: parent/pom.xml platforms/karaf/features/src/main/resources/features.xml Date: Wed, 02 Dec 2009 15:10:29 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091202151029.7FF3223888C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davsclaus Date: Wed Dec 2 15:10:29 2009 New Revision: 886169 URL: http://svn.apache.org/viewvc?rev=886169&view=rev Log: CAMEL-2247: Upgraded to Groovy 1.6.7 Modified: camel/trunk/parent/pom.xml camel/trunk/platforms/karaf/features/src/main/resources/features.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=886169&r1=886168&r2=886169&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Wed Dec 2 15:10:29 2009 @@ -80,7 +80,7 @@ 3.2.1.ga 1.6.2 1.8.0.7 - 1.6.3 + 1.6.7 2.0 4.4 Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?rev=886169&r1=886168&r2=886169&view=diff ============================================================================== --- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original) +++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Wed Dec 2 15:10:29 2009 @@ -204,7 +204,7 @@ camel-core mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/${ant-bundle-version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix-specs-version} - mvn:org.codehaus.groovy/groovy-all/1.6.1 + mvn:org.codehaus.groovy/groovy-all/1.6.7 mvn:org.apache.camel/camel-groovy/${pom.version}