You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/04/23 23:51:26 UTC

svn commit: r1471168 - /maven/doxia/doxia-sitetools/trunk/pom.xml

Author: hboutemy
Date: Tue Apr 23 21:51:26 2013
New Revision: 1471168

URL: http://svn.apache.org/r1471168
Log:
removed projectVersion property

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1471168&r1=1471167&r2=1471168&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Tue Apr 23 21:51:26 2013
@@ -181,7 +181,6 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <projectVersion>${project.version}</projectVersion>
     <doxiaVersion>1.3</doxiaVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
   </properties>
@@ -243,7 +242,7 @@ under the License.
       <dependency>
         <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-decoration-model</artifactId>
-        <version>${projectVersion}</version>
+        <version>${project.version}</version>
       </dependency>
       <!-- Plexus -->
       <dependency>