Author: jukka
Date: Tue Sep 27 14:37:23 2011
New Revision: 1176403
URL: http://svn.apache.org/viewvc?rev=1176403&view=rev
Log:
2.0: Avoid a theaven warning about missing relativePath setting.
Modified:
jackrabbit/branches/2.0/jackrabbit-parent/pom.xml
Modified: jackrabbit/branches/2.0/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.0/jackrabbit-parent/pom.xml?rev=1176403&r1=1176402&r2=1176403&view=diff
==============================================================================
--- jackrabbit/branches/2.0/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.0/jackrabbit-parent/pom.xml Tue Sep 27 14:37:23 2011
@@ -28,6 +28,7 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>parent</artifactId>
<version>5</version>
+ <relativePath/>
</parent>
<artifactId>jackrabbit-parent</artifactId>
|