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:58:14 UTC

svn commit: r1653353 - /velocity/engine/trunk/pom.xml

Author: sdumitriu
Date: Tue Jan 20 19:58:13 2015
New Revision: 1653353

URL: http://svn.apache.org/r1653353
Log:
Since the parent pom is unlikely to be in the parent directory, tell Maven not to expect it there

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1653353&r1=1653352&r2=1653353&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Tue Jan 20 19:58:13 2015
@@ -26,6 +26,7 @@
     <groupId>org.apache.velocity</groupId>
     <artifactId>velocity-master</artifactId>
     <version>2-SNAPSHOT</version>
+    <relativePath />
   </parent>
 
   <artifactId>velocity-engine-parent</artifactId>