You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/01/23 21:58:12 UTC

[maven-surefire] branch jenkins-error updated (4fc32fd -> 1314d63)

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

tibordigana pushed a change to branch jenkins-error
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


    from 4fc32fd  investigate only Windows, performance test (TestNGParallelTest) on slow system
     new 7ad5a89  investigate only Windows maven-invoker-plugin:3.2.0
     new 1314d63  investigate only Windows and Mavn 3.6.x + 3.2.x

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[maven-surefire] 01/02: investigate only Windows maven-invoker-plugin:3.2.0

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch jenkins-error
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 7ad5a896dcd8224fba06bb8f972bf16a77fd2a23
Author: tibordigana <ti...@apache.org>
AuthorDate: Wed Jan 23 22:55:22 2019 +0100

    investigate only Windows maven-invoker-plugin:3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72b9b5a..0b8cf79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>


[maven-surefire] 02/02: investigate only Windows and Mavn 3.6.x + 3.2.x

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch jenkins-error
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 1314d6361126c3fa81d6384a43a46528fa1003fa
Author: tibordigana <ti...@apache.org>
AuthorDate: Wed Jan 23 22:57:51 2019 +0100

    investigate only Windows and Mavn 3.6.x + 3.2.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ad7bedb..2947ef8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ properties(
 )
 
 final def oses = ['linux':'ubuntu && !H24', 'windows':'Windows']
-final def mavens = ['3.6.x', '3.5.x', '3.3.x', '3.2.x']
+final def mavens = ['3.6.x', '3.2.x']
 // all non-EOL versions and the first EA
 final def jdks = [12, 11, 8, 7]