This is an automated email from the ASF dual-hosted git repository.
av pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new d18c1758a07 IGNITE-28535 Use open version inside enforcer plugin
(#13017)
d18c1758a07 is described below
commit d18c1758a075da523e094fb0821a87ed5ca6d232
Author: Alexey Abashev <[email protected]>
AuthorDate: Mon Apr 13 20:18:28 2026 +0300
IGNITE-28535 Use open version inside enforcer plugin (#13017)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b42242847e0..bc0b6145aef 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -627,7 +627,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>[3.9.6]</version>
+ <version>[3.9.6,)</version>
</requireMavenVersion>
</rules>
</configuration>