From 01e8c67da9435ab384552718c8fa85a0e3461b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bresson?= Date: Tue, 26 Mar 2019 15:05:49 +0100 Subject: [PATCH] Add rule to maven-enforcer-plugin to prevent usage of SNAPSHOT versions (#2509) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 7f3f5da7a8a..4f89c273126 100644 --- a/pom.xml +++ b/pom.xml @@ -272,6 +272,13 @@ 3.2.5 + + No Snapshots Allowed! + false + + org.openapitools:* + +