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 2020/04/17 23:24:54 UTC

[maven-ear-plugin] branch itf-extension updated: Removed JDK7

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

khmarbaise pushed a commit to branch itf-extension
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/itf-extension by this push:
     new 0e8ed28  Removed JDK7
0e8ed28 is described below

commit 0e8ed282aa5d4a772d1af65798b03c08163da172
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 18 01:24:44 2020 +0200

    Removed JDK7
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4e3eef0..52002bf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,5 +17,5 @@
  * under the License.
  */
 
-// asfMavenTlpStdBuild( 'jdks' : [ "11" ] )
-asfMavenTlpStdBuild( )
+asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "14", "15" ] )
+//asfMavenTlpStdBuild( )