You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/11/02 16:46:52 UTC

[myfaces-tobago] branch tobago-4.x updated: update check rules

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 9b85b2a  update check rules
9b85b2a is described below

commit 9b85b2a2e3376f36dba9f7e32f307a0ed9f66ab7
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Nov 2 17:43:07 2018 +0100

    update check rules
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0e7f64..316c5e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <required.maven.version>3.0.4</required.maven.version>
     <maven-pmd-plugin.version>3.8</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
-    <checkstyle-rules.version>11</checkstyle-rules.version>
+    <checkstyle-rules.version>12</checkstyle-rules.version>
   </properties>
 
   <issueManagement>
@@ -1022,7 +1022,7 @@
           <artifactId>dependency-check-maven</artifactId>
           <version>3.3.3</version>
           <configuration>
-            <failBuildOnCVSS>4.4</failBuildOnCVSS>
+            <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>
           </configuration>
           <dependencies>