Skip to content

Commit

Permalink
[maven-release-plugin] prepare release surefire-3.0.0-M8
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 7, 2023
1 parent c068b12 commit 54dfdc1
Show file tree
Hide file tree
Showing 27 changed files with 140 additions and 28 deletions.
2 changes: 1 addition & 1 deletion maven-failsafe-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>maven-surefire-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
<packaging>pom</packaging>

<name>Apache Maven Surefire</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>${maven.surefire.scm.devConnection}</connection>
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down Expand Up @@ -104,7 +104,7 @@
<maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
<jvm9ArgsTests />
<jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
<project.build.outputTimestamp>2022-06-03T09:25:43Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-01-07T08:46:00Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion surefire-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-booter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-booter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-extensions-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-extensions-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-extensions-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-extensions-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-grouper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-grouper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-its</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-logger-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-logger-api</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion surefire-providers/common-java5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>common-java5</artifactId>
Expand Down Expand Up @@ -71,4 +71,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/common-junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>common-junit3</artifactId>
Expand Down Expand Up @@ -72,4 +72,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/common-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>common-junit4</artifactId>
Expand Down Expand Up @@ -82,4 +82,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/common-junit48/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>common-junit48</artifactId>
Expand Down Expand Up @@ -171,4 +171,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion surefire-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-providers</artifactId>
Expand Down
72 changes: 72 additions & 0 deletions surefire-providers/pom.xml.releaseBackup
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http:https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
</parent>

<artifactId>surefire-providers</artifactId>
<packaging>pom</packaging>

<name>SureFire Providers</name>
<description>SureFire Providers Aggregator POM</description>

<modules>
<module>common-junit3</module>
<module>common-java5</module>
<module>common-junit4</module>
<module>common-junit48</module>
<module>surefire-junit3</module>
<module>surefire-junit4</module>
<module>surefire-junit47</module>
<module>surefire-junit-platform</module>
<module>surefire-testng-utils</module>
<module>surefire-testng</module>
</modules>

<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-shadefire</artifactId>
<version>3.0.0-M7</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>

6 changes: 5 additions & 1 deletion surefire-providers/surefire-junit-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-junit-platform</artifactId>
Expand Down Expand Up @@ -137,4 +137,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/surefire-junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-junit3</artifactId>
Expand Down Expand Up @@ -82,4 +82,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/surefire-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-junit4</artifactId>
Expand Down Expand Up @@ -80,4 +80,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/surefire-junit47/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-junit47</artifactId>
Expand Down Expand Up @@ -98,4 +98,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/surefire-testng-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-testng-utils</artifactId>
Expand Down Expand Up @@ -84,4 +84,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion surefire-providers/surefire-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-testng</artifactId>
Expand Down Expand Up @@ -100,4 +100,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M8</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion surefire-report-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M8-SNAPSHOT</version>
<version>3.0.0-M8</version>
</parent>

<artifactId>surefire-report-parser</artifactId>
Expand Down
Loading

0 comments on commit 54dfdc1

Please sign in to comment.