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 2020/11/05 12:11:20 UTC

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

Author: reschke
Date: Thu Nov  5 12:11:19 2020
New Revision: 1883141

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

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=1883141&r1=1883140&r2=1883141&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Nov  5 12:11:19 2020
@@ -381,7 +381,7 @@
               </goals>
               <configuration>
                 <!-- this should refer to the latest stable release -->
-                <comparisonVersion>2.20.1</comparisonVersion>
+                <comparisonVersion>2.20.2</comparisonVersion>
               </configuration>
             </execution>
           </executions>