SLING-4505 Relative paths has been set to correct value. Submitted-By: Petr_Shypila <petr.shypila@sap.com> git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1666984 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml index 3eca9e8..12b6cac 100644 --- a/pom.xml +++ b/pom.xml
@@ -24,7 +24,7 @@ <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> <version>22</version> - <relativePath>../../../parent/pom.xml</relativePath> + <relativePath>../../../../parent/pom.xml</relativePath> </parent> <artifactId>org.apache.sling.discovery.support</artifactId>