You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by sd...@apache.org on 2015/01/20 20:59:50 UTC

svn commit: r1653354 - /velocity/engine/trunk/velocity-engine-assembly/pom.xml

Author: sdumitriu
Date: Tue Jan 20 19:59:49 2015
New Revision: 1653354

URL: http://svn.apache.org/r1653354
Log:
Fixed deprecated Maven syntax

Modified:
    velocity/engine/trunk/velocity-engine-assembly/pom.xml

Modified: velocity/engine/trunk/velocity-engine-assembly/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-assembly/pom.xml?rev=1653354&r1=1653353&r2=1653354&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-assembly/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-assembly/pom.xml Tue Jan 20 19:59:49 2015
@@ -148,7 +148,7 @@
                                 <configuration>
                                     <fromDir>${project.build.directory}/assemblies</fromDir>
                                     <includes>**</includes>
-                                    <toDir>${pom.version}</toDir>
+                                    <toDir>${project.version}</toDir>
                                     <serverId>apache.build</serverId>
                                     <url>scp://people.apache.org/www/people.apache.org/builds/velocity</url>
                                 </configuration>