You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by to...@apache.org on 2014/02/21 09:31:31 UTC

svn commit: r1570487 - /jackrabbit/oak/trunk/oak-blob/pom.xml

Author: tommaso
Date: Fri Feb 21 08:31:31 2014
New Revision: 1570487

URL: http://svn.apache.org/r1570487
Log:
no Jira - fixed wrong oak-blob parent

Modified:
    jackrabbit/oak/trunk/oak-blob/pom.xml

Modified: jackrabbit/oak/trunk/oak-blob/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-blob/pom.xml?rev=1570487&r1=1570486&r2=1570487&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-blob/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-blob/pom.xml Fri Feb 21 08:31:31 2014
@@ -3,7 +3,7 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
-    <artifactId>jackrabbit-oak</artifactId>
+    <artifactId>oak-parent</artifactId>
     <groupId>org.apache.jackrabbit</groupId>
     <version>0.18-SNAPSHOT</version>
     <relativePath>../oak-parent/pom.xml</relativePath>