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-reporting-impl.git
The following commit(s) were added to refs/heads/master by this push: new d45d1dd [maven-release-plugin] prepare for next development iteration d45d1dd is described below commit d45d1dd4d8f62e173a5b1534636b5f5cb24e0da0 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Dec 10 20:55:23 2023 +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 7f0d136..6902957 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>4.0.0-M13</version> + <version>4.0.0-M14-SNAPSHOT</version> <name>Apache Maven Reporting Implementation</name> <description>Abstract classes to manage report generation.</description> @@ -37,7 +37,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</developerConnection> - <tag>maven-reporting-impl-4.0.0-M13</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -62,7 +62,7 @@ <doxiaSitetoolsVersion>2.0.0-M16</doxiaSitetoolsVersion> <reportingApiVersion>4.0.0-M9</reportingApiVersion> <pluginToolsVersion>3.10.2</pluginToolsVersion> - <project.build.outputTimestamp>2023-12-10T19:54:14Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-12-10T19:55:23Z</project.build.outputTimestamp> </properties> <dependencies>