From 5bcf4b5a69c609ba2d0e986d82db862d9ea9123b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Fri, 8 Sep 2023 12:25:37 +0200 Subject: [PATCH] Temporarily disable `enforce-no-snapshots`. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 9f35d029..42596832 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,21 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-snapshots + + true + + + + +