From 58c5789a61b0fd812a49af73bc0a0ea87e001610 Mon Sep 17 00:00:00 2001 From: Marharyta Panska Date: Wed, 26 Aug 2026 12:07:13 +0200 Subject: [PATCH] RIA-27803 Ban snapshot profile --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index d7228a9..bf14582 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,7 @@ 4.3.0-SNAPSHOT 21 + 3.5.0 @@ -163,4 +164,36 @@ + + + + snapshot-ban + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-snapshot-ban + + enforce + + + + + false + + + true + + + + + + + + + \ No newline at end of file