You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:14:30 UTC

[sling-launchpad-standalone-archetype] 04/15: fixing path to parent pom

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag sling-launchpad-standalone-archetype-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git

commit a2d990ee2ae982a587bd42078c6fcf186e66368f
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Thu Jul 8 20:53:26 2010 +0000

    fixing path to parent pom
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone@961933 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4149ae0..8679b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>9</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>sling-launchpad-standalone-archetype</artifactId>
     <version>0.0.1-SNAPSHOT</version>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.