You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:57:26 UTC

[sling-org-apache-sling-pipes] 10/19: SLING-6860 bump jackrabbit api version

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

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

commit 2d5d015eafb883188359e25c1fd4467df766d43c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed May 24 07:24:51 2017 +0000

    SLING-6860 bump jackrabbit api version
    
    also did for distribution api
    
    This closes #230
    
    Submitted-By: Nicolas Peltier
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes@1796006 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77fb030..7911f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,13 +104,13 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>2.7.5</version>
+      <version>2.14.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.distribution.api</artifactId>
-      <version>0.1.0</version>
+      <version>0.3.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

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