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/02/21 09:19:22 UTC

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

Author: andy
Date: Thu Feb 21 08:19:21 2013
New Revision: 1448537

URL: http://svn.apache.org/r1448537
Log:
Fix relative POM so the code builds independently of the codebase again

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=1448537&r1=1448536&r2=1448537&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Thu Feb 21 08:19:21 2013
@@ -30,7 +30,8 @@
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
     <version>6-SNAPSHOT</version>
-    <relativePath>../jena-parent</relativePath>
+    <!-- Leave this empty so that SDB builds outside the source tree -->
+    <relativePath></relativePath>
   </parent> 
 
   <description>SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.</description>
@@ -43,8 +44,8 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <ver.jena>2.10.1-SNAPSHOT-SNAPSHOT</ver.jena>
-    <ver.arq>2.10.1-SNAPSHOT-SNAPSHOT</ver.arq>
+    <ver.jena>2.10.1-SNAPSHOT</ver.jena>
+    <ver.arq>2.10.1-SNAPSHOT</ver.arq>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
   </properties>