Skip to content

Commit 1eb35fd

Browse files
committed
[maven-release-plugin] prepare release surefire-3.0.0-M5_vote-1
1 parent 02cca4d commit 1eb35fd

File tree

26 files changed

+32
-36
lines changed

26 files changed

+32
-36
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-SNAPSHOT</version>
27+
<version>3.0.0-M5</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-SNAPSHOT</version>
27+
<version>3.0.0-M5</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-SNAPSHOT</version>
27+
<version>3.0.0-M5</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-SNAPSHOT</version>
27+
<version>3.0.0-M5</version>
2828
</parent>
2929

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

pom.xml

Lines changed: 3 additions & 3 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-SNAPSHOT</version>
31+
<version>3.0.0-M5</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-M5_vote-1</tag>
7373
</scm>
7474
<issueManagement>
7575
<system>jira</system>
@@ -107,7 +107,7 @@
107107
<maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource>
108108
<maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
109109
<jvm.args.tests>-Xms128m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
110-
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
110+
<project.build.outputTimestamp>2020-06-10T18:11:15Z</project.build.outputTimestamp>
111111
</properties>
112112

113113
<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-SNAPSHOT</version>
26+
<version>3.0.0-M5</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-SNAPSHOT</version>
26+
<version>3.0.0-M5</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-SNAPSHOT</version>
27+
<version>3.0.0-M5</version>
2828
</parent>
2929

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

surefire-extensions-spi/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.apache.maven.surefire</groupId>
2725
<artifactId>surefire</artifactId>
28-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M5</version>
2927
</parent>
3028

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

2929
<artifactId>common-junit4</artifactId>

surefire-providers/common-junit48/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.maven.surefire</groupId>
2625
<artifactId>surefire-providers</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M5</version>
2827
</parent>
2928

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

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

surefire-providers/surefire-testng/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.maven.surefire</groupId>
2625
<artifactId>surefire-providers</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M5</version>
2827
</parent>
2928

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

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

surefire-shadefire/pom.xml

Lines changed: 2 additions & 2 deletions
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-SNAPSHOT</version>
26+
<version>3.0.0-M5</version>
2727
</parent>
2828

2929
<artifactId>surefire-shadefire</artifactId>
@@ -89,7 +89,7 @@
8989
</relocation>
9090
</relocations>
9191
<transformers>
92-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
92+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
9393
</transformers>
9494
</configuration>
9595
</execution>

surefire-shared-utils/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-SNAPSHOT</version>
27+
<version>3.0.0-M5</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)