garydgregory commented on issue #52: VFS-686: webdav4 provider based on the 
latest Jackrabbit 2.x
URL: https://github.com/apache/commons-vfs/pull/52#issuecomment-482997438
 
 
   Hi @woonsan 
   
   Please refresh my memory if you've already explained this before:
   
   in pom.xml I see:
   
   ```
       <jackrabbit2.version>1.6.5</jackrabbit2.version>
       <jackrabbit3.version>2.19.2</jackrabbit3.version>
   ```
   
   and in a module:
   
   ```
     <artifactId>commons-vfs2-jackrabbit2</artifactId>
     <description>Apache Commons VFS is a Virtual File System library - 
Jackrabbit2-based WebDAV provider.</description>
   ...
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>
         <artifactId>jackrabbit-webdav</artifactId>
         <version>${jackrabbit2.version}</version>
       </dependency>
   ```
   
   Why are we calling JR1 support "2" and JR2 support "3"?
   
   It's a bit confusing.
   
   Thoughts?
   
   Gary

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to