This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
The following commit(s) were added to refs/heads/master by this push: new c5edd01 [maven-release-plugin] prepare for next development iteration c5edd01 is described below commit c5edd013b6d7180c8f0712e02abc61b50993f44a Author: Olivier Lamy <ol...@apache.org> AuthorDate: Thu Apr 18 10:34:08 2024 +1000 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 04e4f67..973d85a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-toolchains-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Toolchains Plugin</name> @@ -48,7 +48,7 @@ under the License. <scm> <connection>scm:git:https://github.com/apache/maven-toolchains-plugin.git</connection> <developerConnection>scm:git:https://github.com/apache/maven-toolchains-plugin.git</developerConnection> - <tag>maven-toolchains-plugin-3.2.0</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-toolchains-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -69,7 +69,7 @@ under the License. <properties> <javaVersion>8</javaVersion> <mavenVersion>3.9.6</mavenVersion> - <project.build.outputTimestamp>2024-04-18T00:33:52Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-04-18T00:34:08Z</project.build.outputTimestamp> </properties> <dependencies>