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 2017/09/15 14:46:18 UTC

[01/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Repository: maven-surefire
Updated Branches:
  refs/heads/master c8e42d05c -> 28168c82e


[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/b1ff1266
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b1ff1266
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b1ff1266

Branch: refs/heads/master
Commit: b1ff126659b76b03ec0aa5770db23ad416b42b0e
Parents: c8e42d0
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:08 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:08 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b1ff1266/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9e8b083..25d72b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>2.21-SNAPSHOT</version>
+  <version>2.20.1</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Surefire</name>
@@ -68,7 +68,7 @@
     <connection>${maven.surefire.scm.devConnection}</connection>
     <developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
     <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>surefire-2.20.1_vote-1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[33/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7fe6c8b0
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7fe6c8b0
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7fe6c8b0

Branch: refs/heads/master
Commit: 7fe6c8b038e6a72bdf5c2b517d9ebb66ff0647fa
Parents: 0aa73e5
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:31 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:31 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-junit4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7fe6c8b0/surefire-providers/common-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml
index f6e03d0..b7621fe 100644
--- a/surefire-providers/common-junit4/pom.xml
+++ b/surefire-providers/common-junit4/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>


[41/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f77d91ea
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/f77d91ea
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/f77d91ea

Branch: refs/heads/master
Commit: f77d91eaca99bcfd4c9efcc1ea8065c0b6cdfb64
Parents: b1d3470
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:33 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:33 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-testng-utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f77d91ea/surefire-providers/surefire-testng-utils/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml
index d50c6b5..66df28e 100644
--- a/surefire-providers/surefire-testng-utils/pom.xml
+++ b/surefire-providers/surefire-testng-utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>


[35/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/773ec3bb
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/773ec3bb
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/773ec3bb

Branch: refs/heads/master
Commit: 773ec3bb1a4f9c49de9e4a2f0beefeb0b54a75ae
Parents: b147a95
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:31 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:31 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/773ec3bb/surefire-providers/surefire-junit3/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml
index 61d9edb..2e906da 100644
--- a/surefire-providers/surefire-junit3/pom.xml
+++ b/surefire-providers/surefire-junit3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>


[15/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6bf475a0
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6bf475a0
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6bf475a0

Branch: refs/heads/master
Commit: 6bf475a0bf207ced9529ce867df12c447933428b
Parents: ce53b89
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:14 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:14 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-testng-utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6bf475a0/surefire-providers/surefire-testng-utils/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml
index bc5c2d3..d50c6b5 100644
--- a/surefire-providers/surefire-testng-utils/pom.xml
+++ b/surefire-providers/surefire-testng-utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>


[40/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6f4997b3
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6f4997b3
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6f4997b3

Branch: refs/heads/master
Commit: 6f4997b32416eae62c671b371665812de5e26fd1
Parents: 707a679
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:33 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:33 2017 +0200

----------------------------------------------------------------------
 surefire-report-parser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6f4997b3/surefire-report-parser/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index fd13918..60d570f 100644
--- a/surefire-report-parser/pom.xml
+++ b/surefire-report-parser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>


[46/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/28168c82
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/28168c82
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/28168c82

Branch: refs/heads/master
Commit: 28168c82e1c25449390b5ffa744f395d7b899c82
Parents: 31d68d9
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:35 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:35 2017 +0200

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/28168c82/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index 0623dbe..4187d5f 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-integration-tests</artifactId>


[08/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/52001bdd
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/52001bdd
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/52001bdd

Branch: refs/heads/master
Commit: 52001bdd8000d6de80a6d83f6785b1b724fd5216
Parents: 822f77e
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:11 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:11 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-junit3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/52001bdd/surefire-providers/common-junit3/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml
index 1584af8..6c8c7d4 100644
--- a/surefire-providers/common-junit3/pom.xml
+++ b/surefire-providers/common-junit3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>


[34/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/b147a95c
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b147a95c
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b147a95c

Branch: refs/heads/master
Commit: b147a95c853c2c8f070f96b853dfe987d6e5ee07
Parents: 7fe6c8b
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:31 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:31 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-junit48/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b147a95c/surefire-providers/common-junit48/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml
index e87a9a9..06151e8 100644
--- a/surefire-providers/common-junit48/pom.xml
+++ b/surefire-providers/common-junit48/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-junit48</artifactId>


[13/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/51f534c1
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/51f534c1
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/51f534c1

Branch: refs/heads/master
Commit: 51f534c1859c915b4c7cbdf06ec89565ba8bcb02
Parents: 4fdcfdc
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:13 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:13 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/51f534c1/surefire-providers/surefire-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index f5e35fe..6ed665a 100644
--- a/surefire-providers/surefire-junit4/pom.xml
+++ b/surefire-providers/surefire-junit4/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>


[03/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/78b563c4
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/78b563c4
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/78b563c4

Branch: refs/heads/master
Commit: 78b563c461bd62f802f7bb7b5ec7696cc18853b0
Parents: b1ff126
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:09 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:09 2017 +0200

----------------------------------------------------------------------
 surefire-logger-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/78b563c4/surefire-logger-api/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index a80af6e..74fef2d 100644
--- a/surefire-logger-api/pom.xml
+++ b/surefire-logger-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>2.21-SNAPSHOT</version>
+        <version>2.20.1</version>
     </parent>
 
     <artifactId>surefire-logger-api</artifactId>


[09/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/822f77e2
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/822f77e2
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/822f77e2

Branch: refs/heads/master
Commit: 822f77e28dc297d6727bb9206a3e455e28974868
Parents: 1876887
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:11 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:11 2017 +0200

----------------------------------------------------------------------
 surefire-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/822f77e2/surefire-providers/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 9ed020d..bb5e6ae 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-providers</artifactId>


[45/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/31d68d9b
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/31d68d9b
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/31d68d9b

Branch: refs/heads/master
Commit: 31d68d9b461c80717560ac48c216e3c1e750ab48
Parents: aa1c66a
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:35 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:35 2017 +0200

----------------------------------------------------------------------
 surefire-setup-integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/31d68d9b/surefire-setup-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml
index 77bcd27..5a784ce 100644
--- a/surefire-setup-integration-tests/pom.xml
+++ b/surefire-setup-integration-tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-setup-integration-tests</artifactId>


[07/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d2ad6107
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d2ad6107
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d2ad6107

Branch: refs/heads/master
Commit: d2ad61070db87d2cd5ef298d1f855b0dd33bcdf1
Parents: 52001bd
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:11 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:11 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-java5/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d2ad6107/surefire-providers/common-java5/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml
index 39373b0..a2e40b0 100644
--- a/surefire-providers/common-java5/pom.xml
+++ b/surefire-providers/common-java5/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>common-java5</artifactId>


[18/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e6fc4b48
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e6fc4b48
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e6fc4b48

Branch: refs/heads/master
Commit: e6fc4b48851ca86338a4d7d174cb2aea3d76d982
Parents: d061099
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:15 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:15 2017 +0200

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e6fc4b48/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 9c7a7a9..5525183 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>


[39/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/707a6796
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/707a6796
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/707a6796

Branch: refs/heads/master
Commit: 707a6796280e686e6c255d1517f9ea639d8c0985
Parents: f77d91e
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:33 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:33 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-testng/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/707a6796/surefire-providers/surefire-testng/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index c91790f..22fcc15 100644
--- a/surefire-providers/surefire-testng/pom.xml
+++ b/surefire-providers/surefire-testng/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-testng</artifactId>


[14/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4fdcfdcf
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4fdcfdcf
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4fdcfdcf

Branch: refs/heads/master
Commit: 4fdcfdcf2c21441f180e65684ccd8a8659a8d5e3
Parents: 5015a70
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:13 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:13 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4fdcfdcf/surefire-providers/surefire-junit3/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml
index 1bfaf6b..61d9edb 100644
--- a/surefire-providers/surefire-junit3/pom.xml
+++ b/surefire-providers/surefire-junit3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>


[04/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/18768877
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/18768877
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/18768877

Branch: refs/heads/master
Commit: 18768877f47e5cec5f0e08c74cb4f797bce77cbb
Parents: b694aa2
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:10 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:10 2017 +0200

----------------------------------------------------------------------
 surefire-grouper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/18768877/surefire-grouper/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index b388034..3ce6932 100644
--- a/surefire-grouper/pom.xml
+++ b/surefire-grouper/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>


[24/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8867f462
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8867f462
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8867f462

Branch: refs/heads/master
Commit: 8867f4621a25b131e80d4d0ca67b85cf5791cfa5
Parents: bf6bd22
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:27 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:27 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8867f462/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 25d72b1..0042378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>2.20.1</version>
+  <version>2.21.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Surefire</name>
@@ -68,7 +68,7 @@
     <connection>${maven.surefire.scm.devConnection}</connection>
     <developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
     <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
-    <tag>surefire-2.20.1_vote-1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[36/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/b1d34701
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b1d34701
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b1d34701

Branch: refs/heads/master
Commit: b1d3470114ab299110329115876d1c7664e5ab29
Parents: 41390c3
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:32 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:32 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit47/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b1d34701/surefire-providers/surefire-junit47/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml
index efc195c..a630c58 100644
--- a/surefire-providers/surefire-junit47/pom.xml
+++ b/surefire-providers/surefire-junit47/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-junit47</artifactId>


[31/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/b3bd3948
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b3bd3948
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b3bd3948

Branch: refs/heads/master
Commit: b3bd39487587506173bcdfd89a488071905e7ad0
Parents: 91ad9e8
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:30 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:30 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-junit3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b3bd3948/surefire-providers/common-junit3/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml
index 6c8c7d4..37339fb 100644
--- a/surefire-providers/common-junit3/pom.xml
+++ b/surefire-providers/common-junit3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>


[37/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/41390c3b
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/41390c3b
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/41390c3b

Branch: refs/heads/master
Commit: 41390c3ba82fee72f46c0039278b972d62a7fc07
Parents: 6bff10f
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:32 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:32 2017 +0200

----------------------------------------------------------------------
 maven-surefire-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/41390c3b/maven-surefire-common/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index dd6fc27..1bcd7c5 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-surefire-common</artifactId>


[42/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/aa1c66ab
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/aa1c66ab
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/aa1c66ab

Branch: refs/heads/master
Commit: aa1c66ab7aa5514c8befe922343512f9a8bd8551
Parents: 256156e
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:34 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:34 2017 +0200

----------------------------------------------------------------------
 maven-surefire-report-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/aa1c66ab/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 097c8dc..9cdd569 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>


[06/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/b773abde
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b773abde
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b773abde

Branch: refs/heads/master
Commit: b773abde055c61e2c24a068736bd7010a0b8d278
Parents: c5ec2b1
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:10 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:10 2017 +0200

----------------------------------------------------------------------
 surefire-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b773abde/surefire-api/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 7b29c6d..fbb71d3 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>


[28/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/23af117d
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/23af117d
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/23af117d

Branch: refs/heads/master
Commit: 23af117d2963e27737cf3a8b708e9434e27068d3
Parents: 60d7324
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:29 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:29 2017 +0200

----------------------------------------------------------------------
 surefire-grouper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/23af117d/surefire-grouper/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index 3ce6932..80f19ff 100644
--- a/surefire-grouper/pom.xml
+++ b/surefire-grouper/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>


[43/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/256156e9
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/256156e9
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/256156e9

Branch: refs/heads/master
Commit: 256156e97bf98f83472605ddf3c55eb6cc65d613
Parents: 3915938
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:34 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:34 2017 +0200

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/256156e9/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 5525183..ace3231 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>


[17/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/ce53b897
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/ce53b897
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/ce53b897

Branch: refs/heads/master
Commit: ce53b8973396d761c4d290eb4fdde2693fb1c4d2
Parents: 654df72
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:14 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:14 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit47/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ce53b897/surefire-providers/surefire-junit47/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml
index 9f1fa0f..efc195c 100644
--- a/surefire-providers/surefire-junit47/pom.xml
+++ b/surefire-providers/surefire-junit47/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-junit47</artifactId>


[38/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6bff10f3
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6bff10f3
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6bff10f3

Branch: refs/heads/master
Commit: 6bff10f3405c755608b9632085ab105381597178
Parents: 773ec3b
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:32 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:32 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6bff10f3/surefire-providers/surefire-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index 6ed665a..870f13c 100644
--- a/surefire-providers/surefire-junit4/pom.xml
+++ b/surefire-providers/surefire-junit4/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>


[16/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6912aa30
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6912aa30
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6912aa30

Branch: refs/heads/master
Commit: 6912aa304e8491d75d70030f6fab5f49c9f62e31
Parents: 6bf475a
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:14 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:14 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-testng/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6912aa30/surefire-providers/surefire-testng/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index fe293c0..c91790f 100644
--- a/surefire-providers/surefire-testng/pom.xml
+++ b/surefire-providers/surefire-testng/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-testng</artifactId>


[23/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/259a0430
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/259a0430
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/259a0430

Branch: refs/heads/master
Commit: 259a0430789c8646dfb6dac50b6daae1d7cd5856
Parents: e6fc4b4
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:16 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:16 2017 +0200

----------------------------------------------------------------------
 maven-surefire-report-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/259a0430/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 93a2e80..097c8dc 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>


[32/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/0aa73e56
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/0aa73e56
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/0aa73e56

Branch: refs/heads/master
Commit: 0aa73e567916cfc4a165ffb7d237b746f782d30a
Parents: b3bd394
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:30 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:30 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-java5/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0aa73e56/surefire-providers/common-java5/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml
index a2e40b0..50be920 100644
--- a/surefire-providers/common-java5/pom.xml
+++ b/surefire-providers/common-java5/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-java5</artifactId>


[30/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/91ad9e84
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/91ad9e84
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/91ad9e84

Branch: refs/heads/master
Commit: 91ad9e841192ca1e56eb973682f83d7a628408bc
Parents: 23af117
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:30 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:30 2017 +0200

----------------------------------------------------------------------
 surefire-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/91ad9e84/surefire-providers/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index bb5e6ae..65ae76f 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-providers</artifactId>


[11/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/ea5eddec
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/ea5eddec
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/ea5eddec

Branch: refs/heads/master
Commit: ea5eddecd73d8c6211c25334071e936650e56275
Parents: d2ad610
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:12 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:12 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-junit4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ea5eddec/surefire-providers/common-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml
index 4e70b45..f6e03d0 100644
--- a/surefire-providers/common-junit4/pom.xml
+++ b/surefire-providers/common-junit4/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>


[44/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/39159383
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/39159383
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/39159383

Branch: refs/heads/master
Commit: 39159383bf390e8ef1f98206b3877f9c31599de6
Parents: 6f4997b
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:34 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:34 2017 +0200

----------------------------------------------------------------------
 maven-surefire-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/39159383/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index f4b9594..0faecf6 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>


[22/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e4eb4acb
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e4eb4acb
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e4eb4acb

Branch: refs/heads/master
Commit: e4eb4acb9ee98bebe9c6c2faa3fdec98519a5f54
Parents: 259a043
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:16 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:16 2017 +0200

----------------------------------------------------------------------
 surefire-setup-integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e4eb4acb/surefire-setup-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml
index ff2ddbf..77bcd27 100644
--- a/surefire-setup-integration-tests/pom.xml
+++ b/surefire-setup-integration-tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-setup-integration-tests</artifactId>


[21/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/bf6bd220
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/bf6bd220
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/bf6bd220

Branch: refs/heads/master
Commit: bf6bd2205bdc225bc93db4be2032dff0d26a4410
Parents: e4eb4ac
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:16 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:16 2017 +0200

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/bf6bd220/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index 4ea01b4..0623dbe 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-integration-tests</artifactId>


[02/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c5ec2b1e
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c5ec2b1e
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c5ec2b1e

Branch: refs/heads/master
Commit: c5ec2b1eb45507339a46942e1f86594ef7e9af67
Parents: 78b563c
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:09 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:09 2017 +0200

----------------------------------------------------------------------
 surefire-shadefire/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c5ec2b1e/surefire-shadefire/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index b061467..a4a82f5 100644
--- a/surefire-shadefire/pom.xml
+++ b/surefire-shadefire/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>


[20/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8da9b4fe
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8da9b4fe
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8da9b4fe

Branch: refs/heads/master
Commit: 8da9b4fe7dca9089b7ee18aa0250f63211467007
Parents: 6912aa3
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:15 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:15 2017 +0200

----------------------------------------------------------------------
 surefire-report-parser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8da9b4fe/surefire-report-parser/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index 648b0c2..fd13918 100644
--- a/surefire-report-parser/pom.xml
+++ b/surefire-report-parser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>


[19/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d061099c
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d061099c
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d061099c

Branch: refs/heads/master
Commit: d061099cba078d525a9701c9f5fa56008c92b84d
Parents: 8da9b4f
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:15 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:15 2017 +0200

----------------------------------------------------------------------
 maven-surefire-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d061099c/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 96a1720..f4b9594 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>


[25/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1a8ff4fd
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/1a8ff4fd
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/1a8ff4fd

Branch: refs/heads/master
Commit: 1a8ff4fd0866c9c9292c1fea0eedf47c043155be
Parents: 8867f46
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:28 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:28 2017 +0200

----------------------------------------------------------------------
 surefire-logger-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1a8ff4fd/surefire-logger-api/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index 74fef2d..efbc85b 100644
--- a/surefire-logger-api/pom.xml
+++ b/surefire-logger-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>2.20.1</version>
+        <version>2.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>surefire-logger-api</artifactId>


[27/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6f2a8d56
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6f2a8d56
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6f2a8d56

Branch: refs/heads/master
Commit: 6f2a8d56836d2f37d908f5951b6504dcffa7a658
Parents: 83fee80
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:28 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:28 2017 +0200

----------------------------------------------------------------------
 surefire-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6f2a8d56/surefire-api/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index fbb71d3..00ef758 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>


[12/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/654df725
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/654df725
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/654df725

Branch: refs/heads/master
Commit: 654df725dbeef98c613e8cf50f1ef1795e8031f4
Parents: 51f534c
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:13 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:13 2017 +0200

----------------------------------------------------------------------
 maven-surefire-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/654df725/maven-surefire-common/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 121609b..dd6fc27 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>maven-surefire-common</artifactId>


[26/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/83fee80b
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/83fee80b
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/83fee80b

Branch: refs/heads/master
Commit: 83fee80b4d7400d62a40eda2843a02344bd5c4c0
Parents: 1a8ff4f
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:28 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:28 2017 +0200

----------------------------------------------------------------------
 surefire-shadefire/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/83fee80b/surefire-shadefire/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index a4a82f5..e662409 100644
--- a/surefire-shadefire/pom.xml
+++ b/surefire-shadefire/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>


[10/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5015a709
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5015a709
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/5015a709

Branch: refs/heads/master
Commit: 5015a70937fb1dae28d791b43147928609b9e5fe
Parents: ea5edde
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:12 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:12 2017 +0200

----------------------------------------------------------------------
 surefire-providers/common-junit48/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5015a709/surefire-providers/common-junit48/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml
index 020e413..e87a9a9 100644
--- a/surefire-providers/common-junit48/pom.xml
+++ b/surefire-providers/common-junit48/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>common-junit48</artifactId>


[05/46] maven-surefire git commit: [maven-release-plugin] prepare release surefire-2.20.1_vote-1

Posted by ti...@apache.org.
[maven-release-plugin] prepare release surefire-2.20.1_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/b694aa26
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b694aa26
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b694aa26

Branch: refs/heads/master
Commit: b694aa26254b4f7075219dc28a38d6ddef415fb4
Parents: b773abd
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:10 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:10 2017 +0200

----------------------------------------------------------------------
 surefire-booter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b694aa26/surefire-booter/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index b564fa4..d16b02c 100644
--- a/surefire-booter/pom.xml
+++ b/surefire-booter/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.21-SNAPSHOT</version>
+    <version>2.20.1</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>


[29/46] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/60d73249
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/60d73249
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/60d73249

Branch: refs/heads/master
Commit: 60d73249afd266855fd1cd88a53cf405d933da62
Parents: 6f2a8d5
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:28:29 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:28:29 2017 +0200

----------------------------------------------------------------------
 surefire-booter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/60d73249/surefire-booter/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index d16b02c..d20fbdd 100644
--- a/surefire-booter/pom.xml
+++ b/surefire-booter/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.20.1</version>
+    <version>2.21.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>