Skip to content

Commit

Permalink
[maven-release-plugin] prepare release surefire-3.0.0-M7
Browse files Browse the repository at this point in the history
olamy committed Jun 3, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 559db4c commit fcdd766
Showing 26 changed files with 68 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
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

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

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

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

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

<name>Apache Maven Surefire</name>
@@ -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-M7</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -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-03-30T21:54:09Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-06-03T09:23:24Z</project.build.outputTimestamp>
</properties>

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

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

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

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

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

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

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

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

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

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

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

<artifactId>surefire-junit-platform</artifactId>
@@ -138,4 +138,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

<scm>
<tag>surefire-3.0.0-M7</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
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

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

<artifactId>surefire-report-parser</artifactId>
2 changes: 1 addition & 1 deletion surefire-shadefire/pom.xml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

<artifactId>surefire-shadefire</artifactId>
2 changes: 1 addition & 1 deletion surefire-shared-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M7</version>
</parent>

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

0 comments on commit fcdd766

Please sign in to comment.