Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 9, 2023
1 parent ac9e574 commit 4c06735
Show file tree
Hide file tree
Showing 26 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion maven-failsafe-plugin/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.2.3</version>
<version>3.2.4-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Maven Surefire</name>
Expand Down Expand Up @@ -68,7 +68,7 @@
<scm>
<connection>${maven.surefire.scm.devConnection}</connection>
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
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>2023-12-09T20:20:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-09T20:26:59Z</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.2.3</version>
<version>3.2.4-SNAPSHOT</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.2.3</version>
<version>3.2.4-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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.2.3</version>
<version>3.2.4-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-logger-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>common-java5</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>Shared Java 5 code for all providers.</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>common-junit3</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>Shared JUnit3 Provider Code</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>common-junit4</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>Shared JUnit4 Provider Code</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>common-junit48</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>Shared JUnit48 Provider Code</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-providers</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-junit-platform</artifactId>
Expand Down Expand Up @@ -77,7 +77,7 @@
</contributors>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-junit3</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>SureFire JUnit3 Runner</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-junit4</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>SureFire JUnit 4.0+ Runner</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-junit47</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>SureFire JUnitCore (JUnit 4.7+) Runner</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-testng-utils</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>TestNG Utilities</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-testng</artifactId>
Expand All @@ -32,7 +32,7 @@
<description>SureFire TestNG Runner</description>

<scm>
<tag>surefire-3.2.3</tag>
<tag>surefire-3.0.0-M8</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion surefire-report-parser/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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-report-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-shadefire/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.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

<artifactId>surefire-shadefire</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-shared-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</artifactId>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</version>
</parent>

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

0 comments on commit 4c06735

Please sign in to comment.