Skip to content

Commit 6463194

Browse files
committed
[maven-release-plugin] prepare release surefire-3.0.0-M9
1 parent bdec059 commit 6463194

File tree

26 files changed

+38
-38
lines changed

26 files changed

+38
-38
lines changed

maven-failsafe-plugin/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

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

maven-surefire-common/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

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

maven-surefire-plugin/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

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

maven-surefire-report-plugin/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

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

pom.xml

+3-3
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>3.0.0-M9-SNAPSHOT</version>
31+
<version>3.0.0-M9</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Maven Surefire</name>
@@ -69,7 +69,7 @@
6969
<connection>${maven.surefire.scm.devConnection}</connection>
7070
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
7171
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
72-
<tag>surefire-3.0.0-M8</tag>
72+
<tag>surefire-3.0.0-M9</tag>
7373
</scm>
7474
<issueManagement>
7575
<system>jira</system>
@@ -104,7 +104,7 @@
104104
<maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
105105
<jvm9ArgsTests />
106106
<jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
107-
<project.build.outputTimestamp>2023-01-07T09:11:08Z</project.build.outputTimestamp>
107+
<project.build.outputTimestamp>2023-02-10T06:11:29Z</project.build.outputTimestamp>
108108
</properties>
109109

110110
<dependencyManagement>

surefire-api/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-api</artifactId>

surefire-booter/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-booter</artifactId>

surefire-extensions-api/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

3030
<artifactId>surefire-extensions-api</artifactId>

surefire-extensions-spi/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-extensions-spi</artifactId>

surefire-grouper/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

3030
<artifactId>surefire-grouper</artifactId>

surefire-its/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

3030
<artifactId>surefire-its</artifactId>

surefire-logger-api/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

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

surefire-providers/common-java5/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>common-java5</artifactId>
@@ -73,6 +73,6 @@
7373
</build>
7474

7575
<scm>
76-
<tag>surefire-3.0.0-M8</tag>
76+
<tag>surefire-3.0.0-M9</tag>
7777
</scm>
7878
</project>

surefire-providers/common-junit3/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>common-junit3</artifactId>
@@ -74,6 +74,6 @@
7474
</build>
7575

7676
<scm>
77-
<tag>surefire-3.0.0-M8</tag>
77+
<tag>surefire-3.0.0-M9</tag>
7878
</scm>
7979
</project>

surefire-providers/common-junit4/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>common-junit4</artifactId>
@@ -84,6 +84,6 @@
8484
</build>
8585

8686
<scm>
87-
<tag>surefire-3.0.0-M8</tag>
87+
<tag>surefire-3.0.0-M9</tag>
8888
</scm>
8989
</project>

surefire-providers/common-junit48/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>common-junit48</artifactId>
@@ -173,6 +173,6 @@
173173
</build>
174174

175175
<scm>
176-
<tag>surefire-3.0.0-M8</tag>
176+
<tag>surefire-3.0.0-M9</tag>
177177
</scm>
178178
</project>

surefire-providers/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

3030
<artifactId>surefire-providers</artifactId>

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

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit-platform</artifactId>
@@ -139,6 +139,6 @@
139139
</build>
140140

141141
<scm>
142-
<tag>surefire-3.0.0-M8</tag>
142+
<tag>surefire-3.0.0-M9</tag>
143143
</scm>
144144
</project>

surefire-providers/surefire-junit3/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit3</artifactId>
@@ -84,6 +84,6 @@
8484
</build>
8585

8686
<scm>
87-
<tag>surefire-3.0.0-M8</tag>
87+
<tag>surefire-3.0.0-M9</tag>
8888
</scm>
8989
</project>

surefire-providers/surefire-junit4/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit4</artifactId>
@@ -82,6 +82,6 @@
8282
</build>
8383

8484
<scm>
85-
<tag>surefire-3.0.0-M8</tag>
85+
<tag>surefire-3.0.0-M9</tag>
8686
</scm>
8787
</project>

surefire-providers/surefire-junit47/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit47</artifactId>
@@ -100,6 +100,6 @@
100100
</build>
101101

102102
<scm>
103-
<tag>surefire-3.0.0-M8</tag>
103+
<tag>surefire-3.0.0-M9</tag>
104104
</scm>
105105
</project>

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

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng-utils</artifactId>
@@ -86,6 +86,6 @@
8686
</build>
8787

8888
<scm>
89-
<tag>surefire-3.0.0-M8</tag>
89+
<tag>surefire-3.0.0-M9</tag>
9090
</scm>
9191
</project>

surefire-providers/surefire-testng/pom.xml

+2-2
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng</artifactId>
@@ -102,6 +102,6 @@
102102
</build>
103103

104104
<scm>
105-
<tag>surefire-3.0.0-M8</tag>
105+
<tag>surefire-3.0.0-M9</tag>
106106
</scm>
107107
</project>

surefire-report-parser/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

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

surefire-shadefire/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
26+
<version>3.0.0-M9</version>
2727
</parent>
2828

2929
<artifactId>surefire-shadefire</artifactId>

surefire-shared-utils/pom.xml

+1-1
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>3.0.0-M9-SNAPSHOT</version>
27+
<version>3.0.0-M9</version>
2828
</parent>
2929

3030
<artifactId>surefire-shared-utils</artifactId>

0 commit comments

Comments
 (0)