Skip to content

Commit 41b640b

Browse files
[maven-release-plugin] prepare release surefire-3.0.0
1 parent 1b49cdb commit 41b640b

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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>3.0.0-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

maven-surefire-common/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

maven-surefire-plugin/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

maven-surefire-report-plugin/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

3434
<name>Apache Maven Surefire</name>
@@ -68,7 +68,7 @@
6868
<scm>
6969
<connection>${maven.surefire.scm.devConnection}</connection>
7070
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
71-
<tag>surefire-3.0.0-M8</tag>
71+
<tag>surefire-3.0.0</tag>
7272
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
7373
</scm>
7474
<issueManagement>
@@ -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-02-10T06:14:15Z</project.build.outputTimestamp>
107+
<project.build.outputTimestamp>2023-03-11T08:21:38Z</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-M10-SNAPSHOT</version>
26+
<version>3.0.0</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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

2929
<artifactId>surefire-booter</artifactId>

surefire-extensions-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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

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

surefire-grouper/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

2929
<artifactId>surefire-grouper</artifactId>

surefire-its/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

2929
<artifactId>common-java5</artifactId>
@@ -32,7 +32,7 @@
3232
<description>Shared Java 5 code for all providers.</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>common-junit3</artifactId>
@@ -32,7 +32,7 @@
3232
<description>Shared JUnit3 Provider Code</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>common-junit4</artifactId>
@@ -32,7 +32,7 @@
3232
<description>Shared JUnit4 Provider Code</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>common-junit48</artifactId>
@@ -32,7 +32,7 @@
3232
<description>Shared JUnit48 Provider Code</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

surefire-providers/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

2929
<artifactId>surefire-junit-platform</artifactId>
@@ -77,7 +77,7 @@
7777
</contributors>
7878

7979
<scm>
80-
<tag>surefire-3.0.0-M8</tag>
80+
<tag>surefire-3.0.0</tag>
8181
</scm>
8282

8383
<dependencies>

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

2929
<artifactId>surefire-junit3</artifactId>
@@ -32,7 +32,7 @@
3232
<description>SureFire JUnit3 Runner</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>surefire-junit4</artifactId>
@@ -32,7 +32,7 @@
3232
<description>SureFire JUnit 4.0+ Runner</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>surefire-junit47</artifactId>
@@ -32,7 +32,7 @@
3232
<description>SureFire JUnitCore (JUnit 4.7+) Runner</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>surefire-testng-utils</artifactId>
@@ -32,7 +32,7 @@
3232
<description>TestNG Utilities</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

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

2929
<artifactId>surefire-testng</artifactId>
@@ -32,7 +32,7 @@
3232
<description>SureFire TestNG Runner</description>
3333

3434
<scm>
35-
<tag>surefire-3.0.0-M8</tag>
35+
<tag>surefire-3.0.0</tag>
3636
</scm>
3737

3838
<dependencies>

surefire-report-parser/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

2929
<artifactId>surefire-shadefire</artifactId>

surefire-shared-utils/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-M10-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)