You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/09/22 19:22:52 UTC

[sling-org-apache-sling-clam] 01/02: SLING-7948 Downgrade Service User Mapper dependency to 1.3.0

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git

commit 13d2fe808b0122429f81ff6ecd282ae72b55db9a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 22 21:21:27 2018 +0200

    SLING-7948 Downgrade Service User Mapper dependency to 1.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8600b7a..8a766cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.serviceusermapper</artifactId>
-      <version>1.4.0</version>
+      <version>1.3.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>