Fixing the component-name (aka artifactId in Maven language). LANG-741
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1158501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76416c0ad8
commit
2c499868db
|
@ -30,7 +30,7 @@ commons-io.jar = ${commons-io.home}/commons-io-2.0.1.jar
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue