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 58cab91 Fixed. 58cab91 is described below commit 58cab91c765c68bd7144a53e2f4d2fad03b488fc Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Feb 25 19:53:46 2018 +0100 Fixed. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 79ff90e..5021937 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild( 'os' : [ "windows" ] , 'jdks' : [ "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.