Author: niallp
Date: Fri Feb 26 10:24:24 2010
New Revision: 916637

URL: http://svn.apache.org/viewvc?rev=916637&view=rev
Log:
Use ${project.version} instead of deprecated ${pom.version}

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=916637&r1=916636&r2=916637&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Feb 26 10:24:24 2010
@@ -658,7 +658,7 @@
 
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     
<commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.*;version=${pom.version}</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.*;version=${project.version}</commons.osgi.export>
     
<commons.osgi.import>!org.apache.commons.${commons.componentid}*,*</commons.osgi.import>
     <commons.osgi.dynamicImport />
     <commons.osgi.private />


Reply via email to