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 2024/01/11 08:07:24 UTC

(jackrabbit) branch trunk updated: JCR-5012: set baseline comparisonVersion to latest stable (2.20.14)

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7191fd738 JCR-5012: set baseline comparisonVersion to latest stable (2.20.14)
7191fd738 is described below

commit 7191fd738f9a39c4d6d267e086ceff1771cf8ef3
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Jan 11 09:07:16 2024 +0100

    JCR-5012: set baseline comparisonVersion to latest stable (2.20.14)
---
 jackrabbit-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jackrabbit-parent/pom.xml b/jackrabbit-parent/pom.xml
index 43b9cd234..c095e6f74 100644
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -397,7 +397,7 @@
               </goals>
               <configuration>
                 <!-- this should refer to the latest stable release -->
-                <comparisonVersion>2.20.13</comparisonVersion>
+                <comparisonVersion>2.20.14</comparisonVersion>
               </configuration>
             </execution>
           </executions>