Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3962112

Browse filesBrowse files
committed
[maven-release-plugin] prepare release v3.5.3
1 parent 227c134 commit 3962112
Copy full SHA for 3962112

File tree

26 files changed

+28
-28
lines changed
Filter options

26 files changed

+28
-28
lines changed

‎maven-failsafe-plugin/pom.xml

Copy file name to clipboardExpand all lines: maven-failsafe-plugin/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎maven-surefire-common/pom.xml

Copy file name to clipboardExpand all lines: maven-surefire-common/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎maven-surefire-plugin/pom.xml

Copy file name to clipboardExpand all lines: maven-surefire-plugin/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎maven-surefire-report-plugin/pom.xml

Copy file name to clipboardExpand all lines: maven-surefire-report-plugin/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+3-3Lines 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.5.3-SNAPSHOT</version>
31+
<version>3.5.3</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>HEAD</tag>
71+
<tag>v3.5.3</tag>
7272
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
7373
</scm>
7474
<issueManagement>
@@ -105,7 +105,7 @@
105105
<maven.compiler.testTarget>${javaVersion}</maven.compiler.testTarget>
106106
<jvm9ArgsTests />
107107
<jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
108-
<project.build.outputTimestamp>2024-10-30T12:06:05Z</project.build.outputTimestamp>
108+
<project.build.outputTimestamp>2025-03-27T10:07:40Z</project.build.outputTimestamp>
109109
<slf4jVersion>1.7.36</slf4jVersion>
110110
</properties>
111111

‎surefire-api/pom.xml

Copy file name to clipboardExpand all lines: surefire-api/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-api</artifactId>

‎surefire-booter/pom.xml

Copy file name to clipboardExpand all lines: surefire-booter/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-booter</artifactId>

‎surefire-extensions-api/pom.xml

Copy file name to clipboardExpand all lines: surefire-extensions-api/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎surefire-extensions-spi/pom.xml

Copy file name to clipboardExpand all lines: surefire-extensions-spi/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎surefire-grouper/pom.xml

Copy file name to clipboardExpand all lines: surefire-grouper/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-grouper</artifactId>

‎surefire-its/pom.xml

Copy file name to clipboardExpand all lines: surefire-its/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-its</artifactId>

‎surefire-logger-api/pom.xml

Copy file name to clipboardExpand all lines: surefire-logger-api/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-logger-api</artifactId>

‎surefire-providers/common-java5/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/common-java5/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>common-java5</artifactId>

‎surefire-providers/common-junit3/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/common-junit3/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>common-junit3</artifactId>

‎surefire-providers/common-junit4/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/common-junit4/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>common-junit4</artifactId>

‎surefire-providers/common-junit48/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/common-junit48/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>common-junit48</artifactId>

‎surefire-providers/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-providers</artifactId>

‎surefire-providers/surefire-junit-platform/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/surefire-junit-platform/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit-platform</artifactId>

‎surefire-providers/surefire-junit3/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/surefire-junit3/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit3</artifactId>

‎surefire-providers/surefire-junit4/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/surefire-junit4/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit4</artifactId>

‎surefire-providers/surefire-junit47/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/surefire-junit47/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-junit47</artifactId>

‎surefire-providers/surefire-testng-utils/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/surefire-testng-utils/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎surefire-providers/surefire-testng/pom.xml

Copy file name to clipboardExpand all lines: surefire-providers/surefire-testng/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-testng</artifactId>

‎surefire-report-parser/pom.xml

Copy file name to clipboardExpand all lines: surefire-report-parser/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

‎surefire-shadefire/pom.xml

Copy file name to clipboardExpand all lines: surefire-shadefire/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

2929
<artifactId>surefire-shadefire</artifactId>

‎surefire-shared-utils/pom.xml

Copy file name to clipboardExpand all lines: surefire-shared-utils/pom.xml
+1-1Lines 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.5.3-SNAPSHOT</version>
26+
<version>3.5.3</version>
2727
</parent>
2828

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.