Skip to content

Commit 54dfdc1

Browse files
committed
[maven-release-plugin] prepare release surefire-3.0.0-M8
1 parent c068b12 commit 54dfdc1

File tree

27 files changed

+140
-28
lines changed

27 files changed

+140
-28
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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
31+
<version>3.0.0-M8</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>HEAD</tag>
72+
<tag>surefire-3.0.0-M8</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>2022-06-03T09:25:43Z</project.build.outputTimestamp>
107+
<project.build.outputTimestamp>2023-01-07T08:46:00Z</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-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</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-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

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

surefire-providers/common-java5/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>common-java5</artifactId>
@@ -71,4 +71,8 @@
7171
</plugin>
7272
</plugins>
7373
</build>
74+
75+
<scm>
76+
<tag>surefire-3.0.0-M8</tag>
77+
</scm>
7478
</project>

surefire-providers/common-junit3/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>common-junit3</artifactId>
@@ -72,4 +72,8 @@
7272
</plugin>
7373
</plugins>
7474
</build>
75+
76+
<scm>
77+
<tag>surefire-3.0.0-M8</tag>
78+
</scm>
7579
</project>

surefire-providers/common-junit4/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>common-junit4</artifactId>
@@ -82,4 +82,8 @@
8282
</plugin>
8383
</plugins>
8484
</build>
85+
86+
<scm>
87+
<tag>surefire-3.0.0-M8</tag>
88+
</scm>
8589
</project>

surefire-providers/common-junit48/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>common-junit48</artifactId>
@@ -171,4 +171,8 @@
171171
</plugin>
172172
</plugins>
173173
</build>
174+
175+
<scm>
176+
<tag>surefire-3.0.0-M8</tag>
177+
</scm>
174178
</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</version>
2828
</parent>
2929

3030
<artifactId>surefire-providers</artifactId>
+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Licensed to the Apache Software Foundation (ASF) under one
4+
~ or more contributor license agreements. See the NOTICE file
5+
~ distributed with this work for additional information
6+
~ regarding copyright ownership. The ASF licenses this file
7+
~ to you under the Apache License, Version 2.0 (the
8+
~ "License"); you may not use this file except in compliance
9+
~ with the License. You may obtain a copy of the License at
10+
~
11+
~ http://www.apache.org/licenses/LICENSE-2.0
12+
~
13+
~ Unless required by applicable law or agreed to in writing,
14+
~ software distributed under the License is distributed on an
15+
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
~ KIND, either express or implied. See the License for the
17+
~ specific language governing permissions and limitations
18+
~ under the License.
19+
-->
20+
21+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<modelVersion>4.0.0</modelVersion>
23+
24+
<parent>
25+
<groupId>org.apache.maven.surefire</groupId>
26+
<artifactId>surefire</artifactId>
27+
<version>3.0.0-M8-SNAPSHOT</version>
28+
</parent>
29+
30+
<artifactId>surefire-providers</artifactId>
31+
<packaging>pom</packaging>
32+
33+
<name>SureFire Providers</name>
34+
<description>SureFire Providers Aggregator POM</description>
35+
36+
<modules>
37+
<module>common-junit3</module>
38+
<module>common-java5</module>
39+
<module>common-junit4</module>
40+
<module>common-junit48</module>
41+
<module>surefire-junit3</module>
42+
<module>surefire-junit4</module>
43+
<module>surefire-junit47</module>
44+
<module>surefire-junit-platform</module>
45+
<module>surefire-testng-utils</module>
46+
<module>surefire-testng</module>
47+
</modules>
48+
49+
<dependencies>
50+
<dependency>
51+
<groupId>org.apache.maven.surefire</groupId>
52+
<artifactId>surefire-api</artifactId>
53+
<version>${project.version}</version>
54+
</dependency>
55+
</dependencies>
56+
57+
<build>
58+
<plugins>
59+
<plugin>
60+
<artifactId>maven-surefire-plugin</artifactId>
61+
<dependencies>
62+
<dependency>
63+
<groupId>org.apache.maven.surefire</groupId>
64+
<artifactId>surefire-shadefire</artifactId>
65+
<version>3.0.0-M7</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
66+
</dependency>
67+
</dependencies>
68+
</plugin>
69+
</plugins>
70+
</build>
71+
</project>
72+

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

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit-platform</artifactId>
@@ -137,4 +137,8 @@
137137
</plugin>
138138
</plugins>
139139
</build>
140+
141+
<scm>
142+
<tag>surefire-3.0.0-M8</tag>
143+
</scm>
140144
</project>

surefire-providers/surefire-junit3/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit3</artifactId>
@@ -82,4 +82,8 @@
8282
</plugin>
8383
</plugins>
8484
</build>
85+
86+
<scm>
87+
<tag>surefire-3.0.0-M8</tag>
88+
</scm>
8589
</project>

surefire-providers/surefire-junit4/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit4</artifactId>
@@ -80,4 +80,8 @@
8080
</plugin>
8181
</plugins>
8282
</build>
83+
84+
<scm>
85+
<tag>surefire-3.0.0-M8</tag>
86+
</scm>
8387
</project>

surefire-providers/surefire-junit47/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit47</artifactId>
@@ -98,4 +98,8 @@
9898
</plugin>
9999
</plugins>
100100
</build>
101+
102+
<scm>
103+
<tag>surefire-3.0.0-M8</tag>
104+
</scm>
101105
</project>

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

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng-utils</artifactId>
@@ -84,4 +84,8 @@
8484
</plugin>
8585
</plugins>
8686
</build>
87+
88+
<scm>
89+
<tag>surefire-3.0.0-M8</tag>
90+
</scm>
8791
</project>

surefire-providers/surefire-testng/pom.xml

+5-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-providers</artifactId>
26-
<version>3.0.0-M8-SNAPSHOT</version>
26+
<version>3.0.0-M8</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng</artifactId>
@@ -100,4 +100,8 @@
100100
</plugin>
101101
</plugins>
102102
</build>
103+
104+
<scm>
105+
<tag>surefire-3.0.0-M8</tag>
106+
</scm>
103107
</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-M8-SNAPSHOT</version>
27+
<version>3.0.0-M8</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)