You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2014/06/02 14:55:16 UTC

svn commit: r1599199 - in /sling/trunk/contrib/crankstart: api-fragment/pom.xml api/pom.xml test-services/pom.xml

Author: bdelacretaz
Date: Mon Jun  2 12:55:16 2014
New Revision: 1599199

URL: http://svn.apache.org/r1599199
Log:
Add missing parent pom relativePath elements

Modified:
    sling/trunk/contrib/crankstart/api-fragment/pom.xml
    sling/trunk/contrib/crankstart/api/pom.xml
    sling/trunk/contrib/crankstart/test-services/pom.xml

Modified: sling/trunk/contrib/crankstart/api-fragment/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/crankstart/api-fragment/pom.xml?rev=1599199&r1=1599198&r2=1599199&view=diff
==============================================================================
--- sling/trunk/contrib/crankstart/api-fragment/pom.xml (original)
+++ sling/trunk/contrib/crankstart/api-fragment/pom.xml Mon Jun  2 12:55:16 2014
@@ -7,6 +7,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>19</version>
+        <relativePath />
     </parent>
 
     <properties>

Modified: sling/trunk/contrib/crankstart/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/crankstart/api/pom.xml?rev=1599199&r1=1599198&r2=1599199&view=diff
==============================================================================
--- sling/trunk/contrib/crankstart/api/pom.xml (original)
+++ sling/trunk/contrib/crankstart/api/pom.xml Mon Jun  2 12:55:16 2014
@@ -7,6 +7,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>19</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/contrib/crankstart/test-services/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/crankstart/test-services/pom.xml?rev=1599199&r1=1599198&r2=1599199&view=diff
==============================================================================
--- sling/trunk/contrib/crankstart/test-services/pom.xml (original)
+++ sling/trunk/contrib/crankstart/test-services/pom.xml Mon Jun  2 12:55:16 2014
@@ -5,6 +5,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>19</version>
+        <relativePath />
     </parent>
     
     <groupId>org.apache.sling</groupId>