diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-28 10:52:30 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-28 10:52:30 +0200 |
commit | 622ebf3c5b46bc7105877619e8102dc496a79785 (patch) | |
tree | aad9dbad22baaea78596aaecb66472fa2699c0f9 /pom.xml | |
parent | 5d058d7f4d93254291e456d2f8cb722159d053aa (diff) | |
download | archiva-622ebf3c5b46bc7105877619e8102dc496a79785.tar.gz archiva-622ebf3c5b46bc7105877619e8102dc496a79785.zip |
Adding comments to pom files for documentation
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,7 +72,11 @@ <!-- JCR modules --> <javax.jcr.version>2.0</javax.jcr.version> + <!-- If you change the JCR OAK version, you may have to update the pom.xml in the module oak-jcr-lucene + to adapt to dependency changes --> <jcr-oak.version>1.22.3</jcr-oak.version> + + <!-- Jackrabbit classes are still used for webdav --> <jackrabbit.version>2.15.4</jackrabbit.version> <metrics-core.version>3.1.0</metrics-core.version> |