This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-site-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this push: new f4955ade [maven-release-plugin] prepare for next development iteration f4955ade is described below commit f4955ade8e3304fba037294c134362361d876958 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Oct 18 14:11:03 2024 +0200 [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 d0085519..17c38188 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-site-plugin</artifactId> - <version>3.21.0</version> + <version>3.21.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Site Plugin</name> @@ -174,7 +174,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-site-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-site-plugin.git</developerConnection> - <tag>maven-site-plugin-3.21.0</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-site-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -213,7 +213,7 @@ under the License. <antrunPluginVersion>3.1.0</antrunPluginVersion> <mavenReportingImplVersion>4.0.0</mavenReportingImplVersion> <fluidoSkinVersion>2.0.0-M11</fluidoSkinVersion> - <project.build.outputTimestamp>2024-10-18T12:10:28Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-18T12:11:03Z</project.build.outputTimestamp> </properties> <dependencies>