Good catch!
2014/1/7 <s...@apache.org> > Author: sebb > Date: Tue Jan 7 16:16:38 2014 > New Revision: 1556260 > > URL: http://svn.apache.org/r1556260 > Log: > Use full name > > Modified: > commons/proper/lang/branches/LANG_2_X/pom.xml > > Modified: commons/proper/lang/branches/LANG_2_X/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/pom.xml?rev=1556260&r1=1556259&r2=1556260&view=diff > > ============================================================================== > --- commons/proper/lang/branches/LANG_2_X/pom.xml (original) > +++ commons/proper/lang/branches/LANG_2_X/pom.xml Tue Jan 7 16:16:38 2014 > @@ -28,11 +28,11 @@ > <groupId>commons-lang</groupId> > <artifactId>commons-lang</artifactId> > <version>2.7-SNAPSHOT</version> > - <name>Commons Lang</name> > + <name>Apache Commons Lang</name> > > <inceptionYear>2001</inceptionYear> > <description> > - Commons Lang, a package of Java utility classes for the > + Apache Commons Lang, a package of Java utility classes for the > classes that are in java.lang's hierarchy, or are considered to > be so > standard as to justify existence in java.lang. > </description> > > >