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>


Reply via email to