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 739d5a3 [WAGON-516] Upgrade Jackrabbit WebDAV to 2.16.1 739d5a3 is described below commit 739d5a3bda3eebae07ed1c3733afbc18e7a22d9a Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Apr 6 17:45:38 2018 +0200 [WAGON-516] Upgrade Jackrabbit WebDAV to 2.16.1 This is actually a downgrade. Julian Reschnke pointed out that 2.17.x is not stable. --- 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 9a2bc2d..5138d87 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.17.1</version> + <version>2.16.1</version> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> -- To stop receiving notification emails like this one, please contact micha...@apache.org.