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-jdeps-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 2b9d259 Add jdk 10 to Jenkinsfile 2b9d259 is described below commit 2b9d259aafdeb5a7919836568601c1e152719bf8 Author: rfscholte <rfscho...@apache.org> AuthorDate: Sat Feb 24 13:15:18 2018 +0100 Add jdk 10 to Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a98b81a..d1574c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild(jdk:[8,9]) +asfMavenTlpStdBuild(jdk:[8,9,10]) -- To stop receiving notification emails like this one, please contact rfscho...@apache.org.