version 1.3.2

This commit is contained in:
Jeremy Long
2015-11-29 07:34:45 -05:00
parent 5c8b374352
commit 1b3b4a5906
6 changed files with 8 additions and 11 deletions

View File

@@ -15,13 +15,12 @@ limitations under the License.
Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<artifactId>dependency-check-utils</artifactId>