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/12/23 17:57:48 UTC

[sling-org-apache-sling-pipes] branch master updated: use jackrabbit-jcr-commons 2.14.0 (stable branch, same version as jackrabbit-api)

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-pipes.git


The following commit(s) were added to refs/heads/master by this push:
     new ed5d211  use jackrabbit-jcr-commons 2.14.0 (stable branch, same version as jackrabbit-api)
ed5d211 is described below

commit ed5d21195316aaf96e0c8ad8a34f75f8229df95b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 23 18:57:30 2018 +0100

    use jackrabbit-jcr-commons 2.14.0 (stable branch, same version as jackrabbit-api)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 129ec75..bda4164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>2.17.5</version>
+      <version>2.14.0</version>
       <scope>provided</scope>
     </dependency>
     <!-- testing -->