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

This commit is contained in:
Tamas Cservenak 2023-06-23 15:01:06 +02:00
parent 2112292682
commit 07491eb9ee
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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-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.3</version>
<version>3.9.4-SNAPSHOT</version>
</parent>
<artifactId>maven-slf4j-provider</artifactId>

View File

@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
<version>3.9.3</version>
<version>3.9.4-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.3</tag>
<tag>maven-3.8.5</tag>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@ -159,7 +159,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>2023-06-23T12:59:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-06-23T13:01:06Z</project.build.outputTimestamp>
</properties>
<!--bootstrap-start-comment-->