This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
The following commit(s) were added to refs/heads/master by this push: new 9974b30 [WAGON-516] Upgrade Jackrabbit WebDAV to 2.14.4 9974b30 is described below commit 9974b3039a59cc2854192b6da0faf677a813afa1 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Apr 6 21:05:17 2018 +0200 [WAGON-516] Upgrade Jackrabbit WebDAV to 2.14.4 This is actually a downgrade because 2.16.x requires Java 8. --- wagon-providers/wagon-webdav-jackrabbit/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagon-providers/wagon-webdav-jackrabbit/pom.xml b/wagon-providers/wagon-webdav-jackrabbit/pom.xml index 5138d87..9e84e6a 100644 --- a/wagon-providers/wagon-webdav-jackrabbit/pom.xml +++ b/wagon-providers/wagon-webdav-jackrabbit/pom.xml @@ -54,7 +54,7 @@ under the License. <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-webdav</artifactId> - <version>2.16.1</version> + <version>2.14.4</version> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> -- To stop receiving notification emails like this one, please contact micha...@apache.org.