This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MNG-6481 in repository https://gitbox.apache.org/repos/asf/maven.git
commit f272ba6a3ed8b8e788738c8bd233eb518d0f3e90 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Oct 6 19:53:47 2018 +0200 [MNG-6481] - Allow to compile and test Maven with Java 10/11 --- Jenkinsfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9fa73cd..072446b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ def buildOs = 'linux' def buildJdk = '8' def buildMvn = '3.5.4' def runITsOses = ['linux', 'windows'] -def runITsJdks = ['7', '8', '9'] +def runITsJdks = ['7', '8', '9', '10', '11'] def runITsMvn = '3.5.4' def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true def tests diff --git a/pom.xml b/pom.xml index c1645b6..c088933 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ under the License. <maven.compiler.target>1.7</maven.compiler.target> <classWorldsVersion>2.5.2</classWorldsVersion> <commonsCliVersion>1.4</commonsCliVersion> - <commonsLangVersion>3.5</commonsLangVersion> + <commonsLangVersion>3.8.1</commonsLangVersion> <junitVersion>4.12</junitVersion> <mockitoVersion>2.21.0</mockitoVersion> <plexusVersion>1.7.1</plexusVersion>