[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Tamas Cservenak 2024-08-14 10:49:36 +02:00
parent 8e8579a9e7
commit 76ff89f507
15 changed files with 17 additions and 17 deletions

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>apache-maven</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-artifact</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-builder-support</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-compat</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-core</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-embedder</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-model-builder</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-model</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-api</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-repository-metadata</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-resolver-provider</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-settings-builder</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-settings</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
</parent>
<artifactId>maven-slf4j-provider</artifactId>

View File

@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
<version>3.9.9</version>
<version>3.9.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@ -104,7 +104,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-3.9.9</tag>
<tag>maven-3.9.x</tag>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@ -156,7 +156,7 @@ under the License.
<maven.site.path>ref/3-LATEST</maven.site.path>
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
<checkstyle.excludes>**/package-info.java</checkstyle.excludes>
<project.build.outputTimestamp>2024-08-14T08:48:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-14T08:49:36Z</project.build.outputTimestamp>
</properties>
<!--bootstrap-start-comment-->