Skip to content

Commit 7ac75e5

Browse files
committed
[maven-release-plugin] prepare release surefire-3.0.0-M6
1 parent daf717e commit 7ac75e5

File tree

26 files changed

+72
-33
lines changed

26 files changed

+72
-33
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>3.0.0-M6-SNAPSHOT</version>
27+
<version>3.0.0-M6</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>3.0.0-M6-SNAPSHOT</version>
27+
<version>3.0.0-M6</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>3.0.0-M6-SNAPSHOT</version>
27+
<version>3.0.0-M6</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>3.0.0-M6-SNAPSHOT</version>
27+
<version>3.0.0-M6</version>
2828
</parent>
2929

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

pom.xml

Lines changed: 4 additions & 4 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>3.0.0-M6-SNAPSHOT</version>
31+
<version>3.0.0-M6</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-M6</tag>
7373
</scm>
7474
<issueManagement>
7575
<system>jira</system>
@@ -102,9 +102,9 @@
102102
<maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
103103
<maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource>
104104
<maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
105-
<jvm9ArgsTests/>
105+
<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>2020-06-10T18:16:37Z</project.build.outputTimestamp>
107+
<project.build.outputTimestamp>2022-03-30T21:49:36Z</project.build.outputTimestamp>
108108
</properties>
109109

110110
<dependencyManagement>

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

2929
<artifactId>surefire-booter</artifactId>

surefire-extensions-api/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>3.0.0-M6-SNAPSHOT</version>
27+
<version>3.0.0-M6</version>
2828
</parent>
2929

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

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

2929
<artifactId>surefire-extensions-spi</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>3.0.0-M6-SNAPSHOT</version>
27+
<version>3.0.0-M6</version>
2828
</parent>
2929

3030
<artifactId>surefire-grouper</artifactId>

0 commit comments

Comments
 (0)