From 926c7563ebfc72d6424f600e1a85257f6f745daf Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 27 Oct 2017 10:53:27 -0700 Subject: Disallow SNAPSHOT dependencies Fail the build if SNAPSHOT dependencies are detected. Change-Id: If2acd1ea46d013c632dcc1897e09bc853e236518 Issue-ID: INT-309 Signed-off-by: Gary Wu --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de75c2b..95ddde6 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ false true - WARN + ERROR -- cgit 1.2.3-korg