This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.3.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git
commit 23f35079e05ace9c74e9308d1e68e8b002362ee0 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Feb 13 19:52:07 2016 +0000 SLING-5376 Update Jackrabbit to 2.12.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1730264 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1dfc282..0d823f0 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
