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/04/20 18:18:20 UTC

[maven-reporting-impl] 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-impl.git


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

commit 872897f33b46125e5ec50ae909e3df6970858bbf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Apr 20 20:18:05 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 7431c4a..9225a21 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-M1</version>
+  <version>4.0.0-M2-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>
@@ -50,7 +50,7 @@
     <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>
     <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url>
-    <tag>maven-reporting-impl-4.0.0-M1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -72,7 +72,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <doxiaVersion>2.0.0-M2</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M2</doxiaSitetoolsVersion>
-    <project.build.outputTimestamp>2022-04-20T18:16:56Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-20T18:18:05Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>