Fixing the OSGi SymbolicName by updating the commons.componentid. Issue identified by Brandon Harper in LANG-749

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1163904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-09-01 05:10:35 +00:00
parent fafb1135a1
commit ff66dbcf6e
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<commons.componentid>lang</commons.componentid>
<commons.componentid>lang3</commons.componentid>
<commons.release.version>3.0.1</commons.release.version>
<commons.release.desc>(Java 5.0+)</commons.release.desc>
<commons.jira.id>LANG</commons.jira.id>