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/03/21 20:41:55 UTC

[maven-dependency-analyzer] branch JDKDEFAULTS created (now 2d619bb)

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

khmarbaise pushed a change to branch JDKDEFAULTS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git.


      at 2d619bb  Using JDK defaults instead of special ones.

This branch includes the following new commits:

     new 2d619bb  Using JDK defaults instead of special ones.

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-dependency-analyzer] 01/01: Using JDK defaults instead of special ones.

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

khmarbaise pushed a commit to branch JDKDEFAULTS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 2d619bb70f055bbe9884d09e9491bccc672e7e6d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 21 21:41:39 2020 +0100

    Using JDK defaults instead of special ones.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b21831c..09ac70f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild(jdks:['7','8','11','12'])
+asfMavenTlpStdBuild()