This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch TEST-UPGRADE-MAVEN-VERIFIER in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
The following commit(s) were added to refs/heads/TEST-UPGRADE-MAVEN-VERIFIER by this push: new 84e834f Fixed. 84e834f is described below commit 84e834f90a7fcd5347fa11e2b1db30bf09a38744 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Feb 25 19:48:15 2018 +0100 Fixed. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2a39eed..e14dcfd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild( [ "os" : "windows", "jdk" : "8", "maven" : "3.5.0" ] ) +asfMavenTlpStdBuild( [ 'os' : "windows", 'jdks' : "8", 'maven' : "3.5.0" ] ) -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.