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 e1f7aa24 [maven-release-plugin] prepare for next development iteration e1f7aa24 is described below commit e1f7aa24437b605d821795a1c70b33896f83bb8e Author: Michael Osipov <micha...@apache.org> AuthorDate: Wed Aug 14 17:58:15 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 fbd750a1..b8baa827 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-site-plugin</artifactId> - <version>3.20.0</version> + <version>3.20.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.20.0</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-site-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -211,7 +211,7 @@ under the License. <mavenPluginPluginVersion>3.13.0</mavenPluginPluginVersion> <mavenReportingImplVersion>4.0.0-M15</mavenReportingImplVersion> <fluidoSkinVersion>2.0.0-M9</fluidoSkinVersion> - <project.build.outputTimestamp>2024-08-14T15:57:49Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-14T15:58:15Z</project.build.outputTimestamp> </properties>