This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
The following commit(s) were added to refs/heads/master by this push:
new bf2df9b [maven-release-plugin] prepare for next development iteration
bf2df9b is described below
commit bf2df9b7b79eecb681b7cfbfff678934abf68596
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue May 12 18:57:22 2026 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a7541b..06a29aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-exec</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<name>Apache Maven Reporting Executor</name>
<description>Classes to manage report plugin executions with Maven
3.</description>
@@ -37,7 +37,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</developerConnection>
- <tag>maven-reporting-exec-2.0.1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -62,7 +62,7 @@
<slf4jVersion>1.7.36</slf4jVersion>
<sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
<projectInfoReportsPluginVersion>${version.maven-project-info-reports-plugin}</projectInfoReportsPluginVersion>
-
<project.build.outputTimestamp>2026-05-12T16:56:50Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-12T16:57:22Z</project.build.outputTimestamp>
</properties>
<dependencies>