You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/06/01 13:51:47 UTC

svn commit: r1832690 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Fri Jun  1 13:51:46 2018
New Revision: 1832690

URL: http://svn.apache.org/viewvc?rev=1832690&view=rev
Log:
JCR-4312: set baseline comparisonVersion to latest stable (2.16.1)

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1832690&r1=1832689&r2=1832690&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Fri Jun  1 13:51:46 2018
@@ -336,7 +336,8 @@
                 <goal>baseline</goal>
               </goals>
               <configuration>
-                <comparisonVersion>2.16.0</comparisonVersion>
+                <!-- this should refer to the latest stable release -->
+                <comparisonVersion>2.16.1</comparisonVersion>
               </configuration>
             </execution>
           </executions>