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 2018/02/24 12:15:25 UTC

[maven-jdeps-plugin] branch master updated: Add jdk 10 to Jenkinsfile

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 <rf...@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
rfscholte@apache.org.