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

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

commit 072288012bc63033bef74b2f391fdb7e5807afe0
Author: Bertrand Delacretaz <bdelacre...@apache.org>
AuthorDate: Wed May 11 14:16:08 2016 +0000

    SLING-5712 - avoid windows file separator issues in ClassResourceVisitor, 
based on a patch by Emanuele Lombardi, thanks!
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1743376
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 427019b..3b90050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,8 +240,8 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.teleporter</artifactId>
-            <!-- SNAPSHOT required due to SLING-5365 -->
-            <version>1.0.5-SNAPSHOT</version>
+            <!-- SNAPSHOT required due to SLING-5712 -->
+            <version>1.0.7-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

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

Reply via email to