You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/27 18:24:36 UTC

[maven-compiler-plugin] branch TEST_TO_FIX_MCOMPILER-192 updated: Fixed syntax issue.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch TEST_TO_FIX_MCOMPILER-192
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/TEST_TO_FIX_MCOMPILER-192 by this push:
     new e9c1291  Fixed syntax issue.
e9c1291 is described below

commit e9c1291066f6071c557c90656714d37892a234f7
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Mar 27 20:24:26 2018 +0200

    Fixed syntax issue.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9798f35..2564286 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild( [ 'failFast' : false, 'jdks' : ["7", "8", "9"] )
+asfMavenTlpStdBuild( [ 'failFast' : false, 'jdks' : ["7", "8", "9"] ] )

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.