Author: niallp
Date: Sat Apr 24 22:57:26 2010
New Revision: 937715

URL: http://svn.apache.org/viewvc?rev=937715&view=rev
Log:
Replace deprecated ${pom.version} with ${project.version}

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=937715&r1=937714&r2=937715&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sat Apr 24 22:57:26 2010
@@ -234,7 +234,7 @@
         <commons.jira.id>BEANUTILS</commons.jira.id>
         <commons.jira.pid>12310460</commons.jira.pid>
         <commons.osgi.export>
-              
org.apache.commons.beanutils.*;version=${pom.version};-noimport:=true
+              
org.apache.commons.beanutils.*;version=${project.version};-noimport:=true
         </commons.osgi.export>
     </properties> 
 


Reply via email to