From 8772cda47a79ccf8df2f9b80d965c88b07d57199 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 6 Dec 2014 10:20:46 -0500 Subject: [PATCH] added property to resolve issue #82 Former-commit-id: 711d6f538901aff6a9467fba460b62905dce75b4 --- .../src/main/resources/dependencycheck.properties | 3 +++ .../src/test/resources/dependencycheck.properties | 3 +++ .../src/test/resources/dependencycheck.properties | 3 +++ 3 files changed, 9 insertions(+) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index ef9be913f..6a737631c 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -3,6 +3,9 @@ application.version=${pom.version} autoupdate=true max.download.threads=3 +# the url to obtain the current engine version from +engine.version.url=http://jeremylong.github.io/DependencyCheck/current.txt + #temp.directory defaults to System.getProperty("java.io.tmpdir") #temp.directory=[path to temp directory] diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index 2a364e089..a0a7c8aad 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -3,6 +3,9 @@ application.version=${pom.version} autoupdate=true max.download.threads=3 +# the url to obtain the current engine version from +engine.version.url=http://jeremylong.github.io/DependencyCheck/current.txt + #temp.directory defaults to System.getProperty("java.io.tmpdir") #temp.directory=[path to temp directory] diff --git a/dependency-check-utils/src/test/resources/dependencycheck.properties b/dependency-check-utils/src/test/resources/dependencycheck.properties index bdcbe1a41..2b9b6fcf2 100644 --- a/dependency-check-utils/src/test/resources/dependencycheck.properties +++ b/dependency-check-utils/src/test/resources/dependencycheck.properties @@ -3,6 +3,9 @@ application.version=${pom.version} autoupdate=true max.download.threads=3 +# the url to obtain the current engine version from +engine.version.url=http://jeremylong.github.io/DependencyCheck/current.txt + #temp.directory defaults to System.getProperty("java.io.tmpdir") #temp.directory=[path to temp directory]