Skip to content

Commit

Permalink
SLING-6860 bump jackrabbit api version
Browse files Browse the repository at this point in the history
also did for distribution api

This closes #230

Submitted-By: Nicolas Peltier

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1796006 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rombert committed May 24, 2017
1 parent d64a762 commit c52abbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/extensions/sling-pipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c52abbd

Please sign in to comment.