You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2011/03/19 11:56:27 UTC

svn commit: r1083158 - /incubator/rat/main/trunk/apache-rat-plugin/pom.xml

Author: dennisl
Date: Sat Mar 19 10:56:26 2011
New Revision: 1083158

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

Modified:
    incubator/rat/main/trunk/apache-rat-plugin/pom.xml

Modified: incubator/rat/main/trunk/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-plugin/pom.xml?rev=1083158&r1=1083157&r2=1083158&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-plugin/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat-plugin/pom.xml Sat Mar 19 10:56:26 2011
@@ -32,7 +32,7 @@
   </prerequisites>
 
   <properties>
-    <currentVersion>${pom.version}</currentVersion>
+    <currentVersion>${project.version}</currentVersion>
   </properties>
   
   <build>