Author: olli
Date: Sat Feb 13 19:52:07 2016
New Revision: 1730264

URL: http://svn.apache.org/viewvc?rev=1730264&view=rev
Log:
SLING-5376 Update Jackrabbit to 2.12.0

Modified:
    sling/trunk/bundles/jcr/webdav/pom.xml

Modified: sling/trunk/bundles/jcr/webdav/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav/pom.xml?rev=1730264&r1=1730263&r2=1730264&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/webdav/pom.xml (original)
+++ sling/trunk/bundles/jcr/webdav/pom.xml Sat Feb 13 19:52:07 2016
@@ -42,6 +42,10 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav</url>
     </scm>
 
+    <properties>
+        <jackrabbit.version>2.12.0</jackrabbit.version>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -56,7 +60,7 @@
                     <instructions>
                         <Bundle-Category>sling,jcr</Bundle-Category>
                         <Export-Package>
-                            
org.apache.jackrabbit.server.io;version=2.4;provide:=true
+                            
org.apache.jackrabbit.server.io;version=${jackrabbit.version};provide:=true
                         </Export-Package>
                         <Private-Package>
                             org.apache.jackrabbit.server,
@@ -115,7 +119,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-server</artifactId>
-            <version>2.11.0</version>
+            <version>${jackrabbit.version}</version>
             <scope>compile</scope>
         </dependency>
 


Reply via email to