This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit bdfa9e3d9933317b3c5bbf7ee1868e6edc6fb097 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Aug 17 10:55:03 2018 +0200 SLING-7792 - Resource Resolver should return more than one resolved path if available Use latest version of the API snapshot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d0280c6..1af4ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> - <version>2.18.2</version> + <version>2.18.3-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency>
