Author: bayard
Date: Wed Aug 17 04:11:37 2011
New Revision: 1158501

URL: http://svn.apache.org/viewvc?rev=1158501&view=rev
Log:
Fixing the component-name (aka artifactId in Maven language). LANG-741

Modified:
    commons/proper/lang/trunk/default.properties

Modified: commons/proper/lang/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1158501&r1=1158500&r2=1158501&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Wed Aug 17 04:11:37 2011
@@ -30,7 +30,7 @@ commons-io.jar = ${commons-io.home}/comm
 junit.fork = true
 
 # The name of this component
-component.name = commons-lang
+component.name = commons-lang3
 
 # The primary package name of this component
 component.package = org.apache.commons.lang3


Reply via email to