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 a1b3bf5 Fixed. a1b3bf5 is described below commit a1b3bf567ea01e67871707dcc5873ed264360726 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Feb 25 19:53:01 2018 +0100 Fixed. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ec1238..79ff90e 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.