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 2021/06/11 10:55:46 UTC

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

Author: reschke
Date: Fri Jun 11 10:55:46 2021
New Revision: 1890694

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

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=1890694&r1=1890693&r2=1890694&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Fri Jun 11 10:55:46 2021
@@ -381,7 +381,7 @@
               </goals>
               <configuration>
                 <!-- this should refer to the latest stable release -->
-                <comparisonVersion>2.20.2</comparisonVersion>
+                <comparisonVersion>2.20.3</comparisonVersion>
               </configuration>
             </execution>
           </executions>