This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/master by this push: new a1ef2612 [maven-release-plugin] prepare for next development iteration a1ef2612 is described below commit a1ef2612b063e3edbb0ccda449c6bd39bf1d8025 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Apr 29 21:38:51 2023 +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 47eec096..987ed852 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-site-plugin</artifactId> - <version>4.0.0-M8</version> + <version>4.0.0-M9-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-4.0.0-M8</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-site-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -212,7 +212,7 @@ under the License. <mavenReportingImplVersion>4.0.0-M8</mavenReportingImplVersion> <testingFluidoSkinVersion>2.0.0-M6</testingFluidoSkinVersion> <surefire.version>3.0.0</surefire.version> - <project.build.outputTimestamp>2023-04-29T19:38:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-04-29T19:38:51Z</project.build.outputTimestamp> </properties>