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/06/24 21:35:09 UTC

[maven-artifact-transfer] 01/01: [MSHARED-737] - Upgrade mockito-core to 2.18.3 JDK 10 support o Updated Jenkinsfile accordingly to build also JDK 10

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

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

commit 4dc2562eafe14dea29f92c9607b0813419330888
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jun 24 23:34:17 2018 +0200

    [MSHARED-737] - Upgrade mockito-core to 2.18.3 JDK 10 support
     o Updated Jenkinsfile accordingly to build also JDK 10
---
 Jenkinsfile | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 072e52e..fdf3c45 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild( 'jdks' : ["8", "9"] )
+asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10" ] )
diff --git a/pom.xml b/pom.xml
index e22f2e9..1a87da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.7.12</version>
+      <version>2.18.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>