updated to release a snapshot

Former-commit-id: 2fb68d59dac83f3f27c601b66d33448bd101faea
This commit is contained in:
Jeremy Long
2013-04-11 23:01:18 -04:00
parent 0e5a207c44
commit d2853fafa9
2 changed files with 6 additions and 6 deletions

View File

@@ -8,17 +8,17 @@ More information can be found on the [wiki].
Usage
-
> $ mvn package
> $ cd target
> $ 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
> $ mvn package
> $ cd target
> $ java -jar dependency-check-[version].jar -h
> $ java -jar dependency-check-[version].jar -a Testing -out . -scan ./test-classes -scan ./lib
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
Mailing List
-
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
Post: [dependency-check@googlegroups.com] [post]
License

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.1</version>
<version>0.2.6.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DependencyCheck</name>