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/03/04 21:00:58 UTC

[maven-artifact-transfer] branch MSHARED-656 updated: Based on usage of Takari integration tests we need to lift up build requirements for JDK8+

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

khmarbaise pushed a commit to branch MSHARED-656
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git


The following commit(s) were added to refs/heads/MSHARED-656 by this push:
     new b7dab15  Based on usage of Takari integration tests we need to lift up build requirements for JDK8+
b7dab15 is described below

commit b7dab15aacec8e16f9b7678f6b20c1f55e954431
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 22:00:29 2018 +0100

    Based on usage of Takari integration tests we
    need to lift up build requirements for JDK8+
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..072e52e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild( 'jdks' : ["8", "9"] )

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.