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 12:57:52 UTC

svn commit: r1102663 - in /incubator/ognl/trunk: RELEASE-NOTES.txt pom.xml

Author: simonetripodi
Date: Fri May 13 10:57:52 2011
New Revision: 1102663

URL: http://svn.apache.org/viewvc?rev=1102663&view=rev
Log:
missed the 'library' noun

Modified:
    incubator/ognl/trunk/RELEASE-NOTES.txt
    incubator/ognl/trunk/pom.xml

Modified: incubator/ognl/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/RELEASE-NOTES.txt?rev=1102663&r1=1102662&r2=1102663&view=diff
==============================================================================
--- incubator/ognl/trunk/RELEASE-NOTES.txt (original)
+++ incubator/ognl/trunk/RELEASE-NOTES.txt Fri May 13 10:57:52 2011
@@ -9,7 +9,7 @@ $Id$
 INTRODUCTION
 ============
 
-The Apache Commons OGNL is a Java development framework for Object-Graph Navigation Language,
+The Apache Commons OGNL library is a Java development framework for Object-Graph Navigation Language,
 plus other extras such as list projection and selection and lambda expressions.
 
 This is the first release under Apache Incubator.

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1102663&r1=1102662&r2=1102663&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Fri May 13 10:57:52 2011
@@ -30,7 +30,7 @@ limitations under the License.
   <packaging>jar</packaging>
   <version>4.0-incubating-SNAPSHOT</version>
   <name>Apache Commons OGNL - Object Graph Navigation Library</name>
-  <description>The Apache Commons OGNL is a Java development framework for Object-Graph Navigation Language,
+  <description>The Apache Commons OGNL library 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>