Skip to content

Commit c497559

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3962112 commit c497559

File tree

26 files changed

+28
-28
lines changed

26 files changed

+28
-28
lines changed

maven-failsafe-plugin/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.5.3</version>
26+
<version>3.5.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>3.5.3</version>
26+
<version>3.5.4-SNAPSHOT</version>
2727
</parent>
2828

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

maven-surefire-plugin/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.5.3</version>
26+
<version>3.5.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>3.5.3</version>
26+
<version>3.5.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<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.5.3</version>
31+
<version>3.5.4-SNAPSHOT</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>v3.5.3</tag>
71+
<tag>HEAD</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>2025-03-27T10:07:40Z</project.build.outputTimestamp>
108+
<project.build.outputTimestamp>2025-03-27T10:09:40Z</project.build.outputTimestamp>
109109
<slf4jVersion>1.7.36</slf4jVersion>
110110
</properties>
111111

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.5.3</version>
26+
<version>3.5.4-SNAPSHOT</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.5.3</version>
26+
<version>3.5.4-SNAPSHOT</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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>3.5.3</version>
26+
<version>3.5.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<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.5.3</version>
26+
<version>3.5.4-SNAPSHOT</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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.surefire</groupId>
2525
<artifactId>surefire</artifactId>
26-
<version>3.5.3</version>
26+
<version>3.5.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>surefire-grouper</artifactId>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy