This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new e081dc1 [VFS-686] webdav4 provider based on the latest Jackrabbit 2.x #52. e081dc1 is described below commit e081dc111a34ea4dbdff0448222325e645eca863 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Oct 17 13:14:44 2019 -0400 [VFS-686] webdav4 provider based on the latest Jackrabbit 2.x #52. Better project names. --- commons-vfs2-jackrabbit/pom.xml | 2 +- commons-vfs2-jackrabbit2/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2-jackrabbit/pom.xml b/commons-vfs2-jackrabbit/pom.xml index 090c8d7..148a552 100644 --- a/commons-vfs2-jackrabbit/pom.xml +++ b/commons-vfs2-jackrabbit/pom.xml @@ -28,7 +28,7 @@ <relativePath>../</relativePath> </parent> - <name>Apache Commons VFS Jackrabbit</name> + <name>Apache Commons VFS Jackrabbit 1</name> <artifactId>commons-vfs2-jackrabbit</artifactId> <description>Apache Commons VFS is a Virtual File System library - Jackrabbit-based WebDAV provider.</description> diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml index d059b5d..d515b4c 100644 --- a/commons-vfs2-jackrabbit2/pom.xml +++ b/commons-vfs2-jackrabbit2/pom.xml @@ -28,7 +28,7 @@ <relativePath>../</relativePath> </parent> - <name>Apache Commons VFS Jackrabbit2</name> + <name>Apache Commons VFS Jackrabbit 2</name> <artifactId>commons-vfs2-jackrabbit2</artifactId> <description>Apache Commons VFS is a Virtual File System library - Jackrabbit2-based WebDAV provider.</description>