Author: bayard
Date: Thu Sep 1 05:10:35 2011
New Revision: 1163904
URL: http://svn.apache.org/viewvc?rev=1163904&view=rev
Log:
Fixing the OSGi SymbolicName by updating the commons.componentid. Issue identified by Brandon
Harper in LANG-749
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1163904&r1=1163903&r2=1163904&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Sep 1 05:10:35 2011
@@ -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>
|