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:48:20 UTC

[sling-org-apache-sling-jcr-davex] 04/06: SLING-5572 : Update Jackrabbit to 2.12.1

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

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

commit 2c8ab3a9ebf29f49c2446fc5f6d0bffa7b88eaa1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Mar 4 09:23:16 2016 +0000

    SLING-5572 : Update Jackrabbit to 2.12.1
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/davex@1733570 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36f3a06..d58bb7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,10 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/davex</url>
     </scm>
 
+    <properties>
+        <jackrabbit.version>2.12.1</jackrabbit.version>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -85,13 +89,13 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-server</artifactId>
-            <version>2.6.4</version>
+            <version>${jackrabbit.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-webdav</artifactId>
-            <version>2.6.4</version>
+            <version>${jackrabbit.version}</version>
             <scope>provided</scope>
         </dependency>
 

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