You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/09/11 20:08:56 UTC

svn commit: r1521968 - /jena/trunk/jena-sdb/pom.xml

Author: andy
Date: Wed Sep 11 18:08:56 2013
New Revision: 1521968

URL: http://svn.apache.org/r1521968
Log:
Add valid <relativePath> for parent.

Modified:
    jena/trunk/jena-sdb/pom.xml

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1521968&r1=1521967&r2=1521968&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Wed Sep 11 18:08:56 2013
@@ -28,7 +28,7 @@
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
     <version>7-SNAPSHOT</version>
-    <relativePath />
+    <relativePath>../jena-parent</relativePath>
   </parent> 
 
   <description>SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.</description>