Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2ED25493A for ; Fri, 13 May 2011 09:38:25 +0000 (UTC) Received: (qmail 98756 invoked by uid 500); 13 May 2011 09:38:24 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 98707 invoked by uid 500); 13 May 2011 09:38:24 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 98700 invoked by uid 99); 13 May 2011 09:38:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2011 09:38:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 13 May 2011 09:38:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B8EFD2388901; Fri, 13 May 2011 09:38:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1102627 - /incubator/ognl/trunk/pom.xml Date: Fri, 13 May 2011 09:38:01 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110513093801.B8EFD2388901@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Fri May 13 09:38:01 2011 New Revision: 1102627 URL: http://svn.apache.org/viewvc?rev=1102627&view=rev Log: improved name/description Modified: incubator/ognl/trunk/pom.xml Modified: incubator/ognl/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1102627&r1=1102626&r2=1102627&view=diff ============================================================================== --- incubator/ognl/trunk/pom.xml (original) +++ incubator/ognl/trunk/pom.xml Fri May 13 09:38:01 2011 @@ -12,8 +12,9 @@ commons-ognl jar 4.0-incubating-SNAPSHOT - OGNL - Object Graph Navigation Library - OGNL - Object Graph Navigation Library + Apache Commons OGNL - Object Graph Navigation Library + Apache Commons OGNL is a Java development framework for Object-Graph Navigation Language, + plus other extras such as list projection and selection and lambda expressions. 1997