This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2165-build-quiesce-with-java-11-17-21 in repository https://gitbox.apache.org/repos/asf/aries.git
commit 41c8b8a88093e5dd02685f55a8ff2864a2ef9567 Author: Dominik Przybysz <[email protected]> AuthorDate: Thu Jan 30 20:41:48 2025 +0100 ARIES-2165: Skip versioning plugin in parent pom --- parent/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 33f1c48ec..c4067492e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -465,6 +465,9 @@ <goals> <goal>version-check</goal> </goals> + <configuration> + <skip>true</skip> + </configuration> </execution> </executions> </plugin>
