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/05/10 13:43:44 UTC

[maven-invoker-plugin] branch FIXING-BUILD-ISSUE created (now 33400f0)

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

khmarbaise pushed a change to branch FIXING-BUILD-ISSUE
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


      at 33400f0  Upgraded surefire plugin version.

This branch includes the following new commits:

     new 33400f0  Upgraded surefire plugin version.

The 1 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.


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

[maven-invoker-plugin] 01/01: Upgraded surefire plugin version.

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

khmarbaise pushed a commit to branch FIXING-BUILD-ISSUE
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 33400f030a7f9b86283dc9544438fe9fca79f08a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu May 10 15:43:29 2018 +0200

    Upgraded surefire plugin version.
---
 src/it/postbuild-executed-only-once/src/it/project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/postbuild-executed-only-once/src/it/project/pom.xml b/src/it/postbuild-executed-only-once/src/it/project/pom.xml
index 9e34cd5..74abf19 100644
--- a/src/it/postbuild-executed-only-once/src/it/project/pom.xml
+++ b/src/it/postbuild-executed-only-once/src/it/project/pom.xml
@@ -49,7 +49,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20</version>
+          <version>2.21.0</version>
           <configuration>
             <systemPropertyVariables>
               <create_touch_file>${create_touch_file}</create_touch_file>

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