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/31 20:49:13 UTC

[maven-reporting-exec] branch master updated: [maven-release-plugin] prepare for next development iteration

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


The following commit(s) were added to refs/heads/master by this push:
     new a80b7b8  [maven-release-plugin] prepare for next development iteration
a80b7b8 is described below

commit a80b7b8f1dbeb5035224cf1ee274401831696d80
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 31 21:49:09 2023 +0100

    [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 ee6377c..9ec5614 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.0-M4</version>
+  <version>2.0.0-M5-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.0-M4</tag>
+    <tag>maven-reporting-exec-2.0.0-M1</tag>
     <url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -60,7 +60,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <project.build.outputTimestamp>2023-01-31T20:47:50Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-31T20:49:09Z</project.build.outputTimestamp>
     <sitePluginVersion>4.0.0-M4</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.4.2</projectInfoReportsPluginVersion>
   </properties>