From: Gary Wu Date: Fri, 27 Oct 2017 17:53:27 +0000 (-0700) Subject: Disallow SNAPSHOT dependencies X-Git-Tag: v1.1.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=926c7563ebfc72d6424f600e1a85257f6f745daf;p=oparent.git Disallow SNAPSHOT dependencies Fail the build if SNAPSHOT dependencies are detected. Change-Id: If2acd1ea46d013c632dcc1897e09bc853e236518 Issue-ID: INT-309 Signed-off-by: Gary Wu --- 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