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

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

commit 7fcaa1198a8d417a41c3ea56567e8794258071e9
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Jul 13 13:33:57 2016 +0000

    align Jackrabbit versions
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1752427
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 67322d8..79936c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
     </scm>
 
     <properties>
+      <jackrabbit.version>2.12.2</jackrabbit.version>
         <!-- by default Slow tests are excluded - use -PincludeSlowTests to 
include them -->
         
<sling.excluded.surefire.groups>org.apache.sling.commons.testing.junit.categories.Slow</sling.excluded.surefire.groups>
     </properties>
@@ -144,7 +145,7 @@
                <dependency>
                        <groupId>org.apache.jackrabbit</groupId>
                        <artifactId>jackrabbit-api</artifactId>
-                       <version>2.10.2</version>
+                       <version>${jackrabbit.version}</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
@@ -260,7 +261,7 @@
         <dependency>
                <groupId>org.apache.jackrabbit</groupId>
                <artifactId>jackrabbit-jcr-commons</artifactId>
-               <version>2.12.1</version>
+               <version>${jackrabbit.version}</version>
                <scope>test</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to