Skip to content

Commit d96b95c

Browse files
committed
[maven-release-plugin] prepare release surefire-2.22.2
1 parent 4a2aafc commit d96b95c

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

maven-failsafe-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<groupId>org.apache.maven.plugins</groupId>

maven-surefire-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<artifactId>maven-surefire-common</artifactId>

maven-surefire-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<groupId>org.apache.maven.plugins</groupId>

maven-surefire-report-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<groupId>org.apache.maven.plugins</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.apache.maven.surefire</groupId>
3030
<artifactId>surefire</artifactId>
31-
<version>2.22.2-SNAPSHOT</version>
31+
<version>2.22.2</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Maven Surefire</name>
@@ -66,7 +66,7 @@
6666
<connection>${maven.surefire.scm.devConnection}</connection>
6767
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
6868
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
69-
<tag>2.22.x</tag>
69+
<tag>surefire-2.22.2</tag>
7070
</scm>
7171
<issueManagement>
7272
<system>jira</system>

surefire-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-api</artifactId>

surefire-booter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-booter</artifactId>

surefire-grouper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<artifactId>surefire-grouper</artifactId>

surefire-its/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<artifactId>surefire-its</artifactId>

surefire-logger-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-logger-api</artifactId>

surefire-providers/common-java5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>common-java5</artifactId>

surefire-providers/common-junit3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>common-junit3</artifactId>

surefire-providers/common-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>common-junit4</artifactId>

surefire-providers/common-junit48/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>common-junit48</artifactId>

surefire-providers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<artifactId>surefire-providers</artifactId>

surefire-providers/surefire-junit-platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit-platform</artifactId>

surefire-providers/surefire-junit3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit3</artifactId>

surefire-providers/surefire-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit4</artifactId>

surefire-providers/surefire-junit47/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit47</artifactId>

surefire-providers/surefire-testng-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng-utils</artifactId>

surefire-providers/surefire-testng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire-providers</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng</artifactId>

surefire-report-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.surefire</groupId>
2626
<artifactId>surefire</artifactId>
27-
<version>2.22.2-SNAPSHOT</version>
27+
<version>2.22.2</version>
2828
</parent>
2929

3030
<artifactId>surefire-report-parser</artifactId>

surefire-shadefire/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>2.22.2-SNAPSHOT</version>
26+
<version>2.22.2</version>
2727
</parent>
2828

2929
<artifactId>surefire-shadefire</artifactId>

0 commit comments

Comments
 (0)