This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 904d43aba Enable requirePluginVersions
904d43aba is described below
commit 904d43aba73d7b6c881d9e09465b0f547fa5145b
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Fri Nov 28 17:22:02 2025 +0000
Enable requirePluginVersions
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8ec86cc91..17bd54450 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,6 +938,9 @@
<allowSnapshotRepositories>true</allowSnapshotRepositories>
<allowSnapshotPluginRepositories>true</allowSnapshotPluginRepositories>
</requireNoRepositories>
+ <requirePluginVersions>
+ <banSnapshots>false</banSnapshots>
+ </requirePluginVersions>
</rules>
</configuration>
</plugin>