You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/19 12:56:19 UTC

[maven-jarsigner-plugin] branch MJARSIGNER-41 updated: check with new surefire

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

slachiewicz pushed a commit to branch MJARSIGNER-41
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git


The following commit(s) were added to refs/heads/MJARSIGNER-41 by this push:
     new a1f32ab  check with new surefire
a1f32ab is described below

commit a1f32ab6901b85c126a13c22566ef646b953d450
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 19 13:56:13 2020 +0100

    check with new surefire
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 795be8b..f2d09c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,8 @@ under the License.
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
+    <mavenPluginToolsVersion>3.5.2</mavenPluginToolsVersion>
+    <surefire.version>2.22.2</surefire.version>
   </properties>
 
   <dependencies>