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 2020/04/02 07:00:42 UTC

[sling-org-apache-sling-repoinit-parser] 02/02: use stable release from Jackrabbit

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-repoinit-parser.git

commit d1b59bf85a1e4b0eae4d51096b480c465950a92e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 2 09:00:19 2020 +0200

    use stable release from Jackrabbit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 631d3cc..2f65d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <dependency>
           <groupId>org.apache.jackrabbit</groupId>
           <artifactId>jackrabbit-jcr-commons</artifactId>
-          <version>2.19.6</version>
+          <version>2.20.0</version>
           <scope>compile</scope>
         </dependency>