You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/05/31 13:57:10 UTC

[sling-org-apache-sling-jcr-base] branch master updated: SLING-10428 : Lower the dependency version for oak-commons in sling.jcr.base

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0a95674  SLING-10428 : Lower the dependency version for oak-commons in sling.jcr.base
     new c26b488  Merge pull request #5 from nit0906/SLING-10428
0a95674 is described below

commit 0a95674d96c11c687c5bfcd37db532118c10a138
Author: Nitin Gupta <ni...@Nitins-MacBook-Pro.local>
AuthorDate: Thu May 27 20:00:29 2021 +0530

    SLING-10428 : Lower the dependency version for oak-commons in sling.jcr.base
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a3c643..b364547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-commons</artifactId>
-            <version>1.8.2</version>
+            <version>1.6.20</version>
             <scope>provided</scope>
         </dependency>