You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/13 11:38:01 UTC

svn commit: r1102627 - /incubator/ognl/trunk/pom.xml

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 @@
   <artifactId>commons-ognl</artifactId>
   <packaging>jar</packaging>
   <version>4.0-incubating-SNAPSHOT</version>
-  <name>OGNL - Object Graph Navigation Library</name>
-  <description>OGNL - Object Graph Navigation Library</description>
+  <name>Apache Commons OGNL - Object Graph Navigation Library</name>
+  <description>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.</description>
 
   <inceptionYear>1997</inceptionYear>