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:
parent
fafb1135a1
commit
ff66dbcf6e
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue