You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/29 21:32:35 UTC

[maven-reporting-impl] branch master updated: [maven-release-plugin] prepare release maven-reporting-impl-4.0.0-M3

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 b647c49  [maven-release-plugin] prepare release maven-reporting-impl-4.0.0-M3
b647c49 is described below

commit b647c49745f095efda4d633318f2a51066578615
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Nov 29 22:32:30 2022 +0100

    [maven-release-plugin] prepare release maven-reporting-impl-4.0.0-M3
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d00b191..5d72c8f 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-M3-SNAPSHOT</version>
+  <version>4.0.0-M3</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-M3</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -73,7 +73,7 @@
     <doxiaVersion>2.0.0-M4</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M4</doxiaSitetoolsVersion>
     <reportingApiVersion>4.0.0-M3</reportingApiVersion>
-    <project.build.outputTimestamp>2022-07-06T20:03:31Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-29T21:31:46Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>