You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/22 13:10:29 UTC

svn commit: r639982 - /commons/proper/cli/trunk/pom.xml

Author: niallp
Date: Sat Mar 22 05:10:28 2008
New Revision: 639982

URL: http://svn.apache.org/viewvc?rev=639982&view=rev
Log:
Correct property name which changed in last release of commons-parent

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=639982&r1=639981&r2=639982&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sat Mar 22 05:10:28 2008
@@ -131,7 +131,7 @@
 
   <properties>
     <commons.componentid>cli</commons.componentid>
-    <commons.osgibundle>org.apache.commons.cli2</commons.osgibundle>
+    <commons.osgi.symbolicName>org.apache.commons.cli2</commons.osgi.symbolicName>
     <commons.release.version>1.1</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>CLI</commons.jira.id>