This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/SLING-7792 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit c64f246765bc1aef4aa536bdd3ad6a723858c920 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Aug 14 16:05:32 2018 +0200 SLING-7792 - Resource Resolver should return more than one resolved path if available Use latest SNAPSHOT for maven-sling-plugin to work around SLING-7828 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 87f5411..d0280c6 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ <plugin> <groupId>org.apache.sling</groupId> <artifactId>maven-sling-plugin</artifactId> + <version>2.3.7-SNAPSHOT</version> <executions> <execution> <id>generate-adapter-metadata</id>
