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 c59f51a [maven-release-plugin] prepare release
maven-reporting-api-4.0.0-M11
c59f51a is described below
commit c59f51a325d696c71d184137958d8c03b60d4cbe
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Apr 14 11:53:28 2024 +0200
[maven-release-plugin] prepare release maven-reporting-api-4.0.0-M11
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 38d28b1..8f77c28 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-M11-SNAPSHOT</version>
+ <version>4.0.0-M11</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-M11</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>2024-01-07T19:29:47Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-04-14T09:53:22Z</project.build.outputTimestamp>
</properties>
<dependencies>