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 360f4e1 [maven-release-plugin] prepare release maven-reporting-impl-4.0.0-M2 360f4e1 is described below commit 360f4e1378dbf3133251fdcfed3dba6ce5af4447 Author: Michael Osipov <micha...@apache.org> AuthorDate: Wed Jul 6 22:03:21 2022 +0200 [maven-release-plugin] prepare release maven-reporting-impl-4.0.0-M2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 88a9b2f..7ade961 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-M2-SNAPSHOT</version> + <version>4.0.0-M2</version> <name>Apache Maven Reporting Implementation</name> <description>Abstract classes to manage report generation.</description> @@ -50,7 +50,7 @@ <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> <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-reporting-impl-4.0.0-M2</tag> </scm> <issueManagement> <system>jira</system> @@ -73,7 +73,7 @@ <doxiaVersion>2.0.0-M3</doxiaVersion> <doxiaSitetoolsVersion>2.0.0-M3</doxiaSitetoolsVersion> <reportingApiVersion>4.0.0-M2</reportingApiVersion> - <project.build.outputTimestamp>2022-04-20T18:18:05Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-07-06T20:02:16Z</project.build.outputTimestamp> </properties> <dependencies>