You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2017/12/27 13:45:55 UTC

[maven-jdeprscan-plugin] branch master updated: jdeprscan tool is introduced in JDK9, so maven-jdeprscan-plugin only works with JDK9+

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 63a68c3  jdeprscan tool is introduced in JDK9, so maven-jdeprscan-plugin only works with JDK9+
63a68c3 is described below

commit 63a68c3868d01874b5fff323a94eec18a9c1a295
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Dec 27 14:45:50 2017 +0100

    jdeprscan tool is introduced in JDK9, so maven-jdeprscan-plugin only works with JDK9+
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..22f3779 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdk:[9])

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].