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 db2ce5b [maven-release-plugin] prepare release
maven-reporting-impl-4.0.0-M10
db2ce5b is described below
commit db2ce5b30ca93e4d446156e87e1bb55db23983d0
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Oct 1 20:14:25 2023 +0200
[maven-release-plugin] prepare release maven-reporting-impl-4.0.0-M10
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4a73674..3913bf5 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-M10-SNAPSHOT</version>
+ <version>4.0.0-M10</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>HEAD</tag>
+ <tag>maven-reporting-impl-4.0.0-M10</tag>
<url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -62,7 +62,7 @@
<doxiaSitetoolsVersion>2.0.0-M12</doxiaSitetoolsVersion>
<reportingApiVersion>4.0.0-M7</reportingApiVersion>
<pluginToolsVersion>3.9.0</pluginToolsVersion>
-
<project.build.outputTimestamp>2023-07-07T15:33:58Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-10-01T18:13:28Z</project.build.outputTimestamp>
</properties>
<dependencies>