You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ad...@apache.org on 2011/06/19 18:51:39 UTC

svn commit: r1137388 - /mina/sandbox/adc/ahc/pom.xml

Author: adc
Date: Sun Jun 19 16:51:39 2011
New Revision: 1137388

URL: http://svn.apache.org/viewvc?rev=1137388&view=rev
Log:
The expression ${pom.version} is deprecated

Modified:
    mina/sandbox/adc/ahc/pom.xml

Modified: mina/sandbox/adc/ahc/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/adc/ahc/pom.xml?rev=1137388&r1=1137387&r2=1137388&view=diff
==============================================================================
--- mina/sandbox/adc/ahc/pom.xml (original)
+++ mina/sandbox/adc/ahc/pom.xml Sun Jun 19 16:51:39 2011
@@ -84,7 +84,7 @@
             <dependency>
                 <groupId>org.apache.ahc</groupId>
                 <artifactId>api</artifactId>
-                <version>${pom.version}</version>
+                <version>${project.version}</version>
             </dependency>
 
             <dependency>