version 1.2.9

Former-commit-id: f775a71e328b2ff44d9b004b9991b4bbad8a4725
This commit is contained in:
Jeremy Long
2015-03-06 05:59:59 -05:00
parent 4d4672fc4d
commit 6f9ba0033f
7 changed files with 11 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
</parent>
<artifactId>dependency-check-cli</artifactId>
@@ -273,6 +273,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<version>2.11</version>
<configuration>
<enableRulesSummary>false</enableRulesSummary>
<enableFilesSummary>false</enableFilesSummary>
<configLocation>${basedir}/../src/main/config/checkstyle-checks.xml</configLocation>
<headerLocation>${basedir}/../src/main/config/checkstyle-header.txt</headerLocation>
<suppressionsLocation>${basedir}/../src/main/config/checkstyle-suppressions.xml</suppressionsLocation>