version 0.2.6.1

Former-commit-id: 216985f090c33a5d79c9389afd714a9423f15312
This commit is contained in:
Jeremy Long
2013-03-16 16:56:34 -04:00
parent bba3e85d0e
commit c9fd6d6cf8
2 changed files with 4 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ Usage
> $ mvn package
> $ cd target
> $ java -jar dependency-check-0.2.6.0.jar -h
> $ java -jar dependency-check-0.2.6.0.jar -a Testing -out . -scan ./test-classes -scan ./lib
> $ java -jar dependency-check-0.2.6.1.jar -h
> $ java -jar dependency-check-0.2.6.1.jar -a Testing -out . -scan ./test-classes -scan ./lib
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.

View File

@@ -22,7 +22,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
<groupId>org.owasp.dependency-check</groupId>
<artifactId>dependency-check</artifactId>
<version>0.2.6.0</version>
<version>0.2.6.1</version>
<packaging>jar</packaging>
<name>DependencyCheck</name>
@@ -49,8 +49,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
<connection>scm:git:git@github.com:jeremylong/DependencyCheck.git</connection>
<url>https://github.com/jeremylong/DependencyCheck.git</url>
<developerConnection>scm:git:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
<tag>dependency-check-0.2.6.0</tag>
</scm>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/jeremylong/DependencyCheck/issues</url>