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 2020/05/03 14:10:09 UTC

[maven-surefire] annotated tag surefire-2.22.3 created (now 44b6871)

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

tibordigana pushed a change to annotated tag surefire-2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 44b6871  (tag)
 tagging 42f10c768a8be7be9681e6d52b0783a8f0a75d0a (commit)
 replaces surefire-2.22.2
      by tibordigana
      on Sun May 3 16:02:36 2020 +0200

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag surefire-2.22.3
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 42f10c7  [maven-release-plugin] prepare release surefire-2.22.3

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.



[maven-surefire] 01/01: [maven-release-plugin] prepare release surefire-2.22.3

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

tibordigana pushed a commit to annotated tag surefire-2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 42f10c768a8be7be9681e6d52b0783a8f0a75d0a
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun May 3 16:02:26 2020 +0200

    [maven-release-plugin] prepare release surefire-2.22.3
---
 maven-failsafe-plugin/pom.xml                      | 2 +-
 maven-surefire-common/pom.xml                      | 2 +-
 maven-surefire-plugin/pom.xml                      | 2 +-
 maven-surefire-report-plugin/pom.xml               | 2 +-
 pom.xml                                            | 4 ++--
 surefire-api/pom.xml                               | 2 +-
 surefire-booter/pom.xml                            | 2 +-
 surefire-grouper/pom.xml                           | 2 +-
 surefire-its/pom.xml                               | 2 +-
 surefire-logger-api/pom.xml                        | 2 +-
 surefire-providers/common-java5/pom.xml            | 2 +-
 surefire-providers/common-junit3/pom.xml           | 2 +-
 surefire-providers/common-junit4/pom.xml           | 2 +-
 surefire-providers/common-junit48/pom.xml          | 2 +-
 surefire-providers/pom.xml                         | 2 +-
 surefire-providers/surefire-junit-platform/pom.xml | 2 +-
 surefire-providers/surefire-junit3/pom.xml         | 2 +-
 surefire-providers/surefire-junit4/pom.xml         | 2 +-
 surefire-providers/surefire-junit47/pom.xml        | 2 +-
 surefire-providers/surefire-testng-utils/pom.xml   | 2 +-
 surefire-providers/surefire-testng/pom.xml         | 2 +-
 surefire-report-parser/pom.xml                     | 2 +-
 surefire-shadefire/pom.xml                         | 2 +-
 23 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 6d31306..a905e3b 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 409e28f..611969a 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>maven-surefire-common</artifactId>
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index c99cda9..f944302 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index acd87e0..a5f5e34 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 8da630b..4a9456d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>2.22.3-SNAPSHOT</version>
+  <version>2.22.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Surefire</name>
@@ -66,7 +66,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>release/2.22.3</tag>
+    <tag>surefire-2.22.3</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index caef00f..9ed6f9a 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index 9985d68..9aae1ad 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index 8e67582..c9443e7 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>
diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index c3a5861..af832ab 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-its</artifactId>
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index fc65733..ddacfe2 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.22.3-SNAPSHOT</version>
+        <version>2.22.3</version>
     </parent>
 
     <artifactId>surefire-logger-api</artifactId>
diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml
index b0d296f..3b907bb 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>common-java5</artifactId>
diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml
index 77edd86..0ed467b 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>
diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml
index b595f5b..156cc46 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>
diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml
index c6e8a9d..3116930 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>common-junit48</artifactId>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 7d36bcc..9d4ef63 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-providers</artifactId>
diff --git a/surefire-providers/surefire-junit-platform/pom.xml b/surefire-providers/surefire-junit-platform/pom.xml
index b50dc6d..013a74f 100644
--- a/surefire-providers/surefire-junit-platform/pom.xml
+++ b/surefire-providers/surefire-junit-platform/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-providers</artifactId>
-        <version>2.22.3-SNAPSHOT</version>
+        <version>2.22.3</version>
     </parent>
 
     <artifactId>surefire-junit-platform</artifactId>
diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml
index 2e974ea..beb111f 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index 53d74f0..93fe5fc 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>
diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml
index c666503..eeab7c3 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-junit47</artifactId>
diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml
index 3500b40..bdf010b 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index 99c8647..3291332 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-testng</artifactId>
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index 223cbb4..efd05d4 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index 974b727..95a448d 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.22.3-SNAPSHOT</version>
+    <version>2.22.3</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>