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 2023/01/22 19:03:13 UTC

[maven-reporting-api] branch master updated: [maven-release-plugin] prepare release maven-reporting-api-4.0.0-M4

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-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 29a5fb0  [maven-release-plugin] prepare release maven-reporting-api-4.0.0-M4
29a5fb0 is described below

commit 29a5fb01cfabda9b231c26e79b6eff9694e65ca4
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 22 20:03:09 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index f276482..8e14eb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>4.0.0-M4-SNAPSHOT</version>
+  <version>4.0.0-M4</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -37,7 +37,7 @@ under the License.
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-api-4.0.0-M4</tag>
     <url>https://github.com/apache/maven-reporting-api/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -58,7 +58,7 @@ under the License.
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    <project.build.outputTimestamp>2022-11-23T19:28:16Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-22T19:03:02Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>