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/09/22 12:07:35 UTC

[maven-install-plugin] branch TESTING_ONJDK11 created (now ab4bb6a)

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

khmarbaise pushed a change to branch TESTING_ONJDK11
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git.


      at ab4bb6a  First Try to get build on JDK11

This branch includes the following new commits:

     new ab4bb6a  First Try to get build on JDK11

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-install-plugin] 01/01: First Try to get build on JDK11

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ab4bb6accb8cc2e6ef31f5d6c86d48bc228d1d45
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 22 14:07:23 2018 +0200

    First Try to get build on JDK11
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..f99e738 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild( jdks: [ '7', '8', '9', '10', '11' ] )