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 2017/12/06 16:30:58 UTC

[myfaces-tobago] 01/04: need next version of * myfaces-master-pom (maintain) * checkstyle-rule (false positive dependency-check for xbean-finder-shaded)

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

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

commit 6a53da711f0db92743b6aeaa4dfff6a0e432bd4a
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 6 14:29:27 2017 +0100

    need next version of
     * myfaces-master-pom (maintain)
     * checkstyle-rule (false positive dependency-check for xbean-finder-shaded)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6740070..ac91f00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>16</version>
+    <version>17-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.myfaces.tobago</groupId>
   <artifactId>tobago</artifactId>
@@ -50,7 +50,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>8</checkstyle-rules.version>
+    <checkstyle-rules.version>9-SNAPSHOT</checkstyle-rules.version>
   </properties>
 
   <issueManagement>
@@ -995,7 +995,7 @@
           <artifactId>dependency-check-maven</artifactId>
           <version>3.0.2</version>
           <configuration>
-            <failBuildOnCVSS>6</failBuildOnCVSS>
+            <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>
           </configuration>
           <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.