This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch OAK-10199 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit f01d696555a8d76a68239359b19e6e47fad7b918 Author: Julian Reschke <[email protected]> AuthorDate: Fri Jun 23 08:21:32 2023 +0100 OAK-10326: temporarily set baseline version explicitly (and remove before release of 1.54.0) --- oak-parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index 2d282c8323..29c16cc1c5 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -183,6 +183,8 @@ </goals> <phase>pre-integration-test</phase> <configuration> + <!-- see https://issues.apache.org/jira/browse/OAK-10326 --> + <comparisonVersion>1.52.0</comparisonVersion> <logResults>false</logResults> <failOnWarning>false</failOnWarning> <failOnError>true</failOnError>
