This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.standalone-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-standalone.git
commit 7633ec002d8f75e8e33a4bd48398c67e5714a199 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Mar 16 13:22:00 2015 +0000 SLING-4505 Relative paths has been set to correct value. Submitted-By: Petr_Shypila <[email protected]> git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/standalone@1666984 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 984b851..08a9c70 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.standalone</artifactId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
