This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.0.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 24b1576434c74041b5eb51d241a02ef091a7e447 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Sep 8 12:17:52 2023 +0200 Enable `enforce-no-snapshots` again --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1da8871..0547a26 100644 --- a/pom.xml +++ b/pom.xml @@ -792,7 +792,6 @@ <goal>enforce</goal> </goals> <configuration> - <skip>true</skip> <rules> <requireReleaseDeps> <message>SNAPSHOT dependencies are not allowed for releases</message>
