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 2022/07/20 20:05:08 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 2664651  [maven-release-plugin] prepare for next development iteration
2664651 is described below

commit 26646518ffc9e9ead8c150385c112f69dd60ccb9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jul 20 22:05:04 2022 +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 b62b852..4245842 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-M2</version>
+  <version>2.0.0-M3-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Executor</name>
   <description>Classes to manage report plugin executions with Maven 3.</description>
@@ -38,7 +38,7 @@
     <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>
     <url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
-    <tag>maven-reporting-exec-2.0.0-M2</tag>
+    <tag>maven-reporting-exec-2.0.0-M1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -60,7 +60,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <project.build.outputTimestamp>2022-07-20T20:03:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-20T20:05:04Z</project.build.outputTimestamp>
     <sitePluginVersion>4.0.0-M2</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.4.0</projectInfoReportsPluginVersion>
   </properties>