This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 59f0806 [maven-release-plugin] prepare for next development iteration 59f0806 is described below commit 59f080679676bcd9478827640f6028c01d4a5394 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Feb 23 17:16:12 2025 +0100 [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 f6a0942..698b61a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.9.0</version> + <version>3.9.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Project Info Reports Plugin</name> @@ -95,7 +95,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</developerConnection> - <tag>maven-project-info-reports-plugin-3.9.0</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-project-info-reports-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -123,7 +123,7 @@ under the License. <sitePluginVersion>3.21.0</sitePluginVersion> <fluidoSkinVersion>2.0.1</fluidoSkinVersion> <checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore> - <project.build.outputTimestamp>2025-02-23T16:15:49Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-02-23T16:16:11Z</project.build.outputTimestamp> </properties> <dependencies>