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/11/29 21:32:43 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 6a14f44  [maven-release-plugin] prepare for next development iteration
6a14f44 is described below

commit 6a14f440aa8c00d6e5886368ff5241cd27f1dc14
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Nov 29 22:32:39 2022 +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 5d72c8f..325060d 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-M3</version>
+  <version>4.0.0-M4-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-M3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -73,7 +73,7 @@
     <doxiaVersion>2.0.0-M4</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M4</doxiaSitetoolsVersion>
     <reportingApiVersion>4.0.0-M3</reportingApiVersion>
-    <project.build.outputTimestamp>2022-11-29T21:31:46Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-29T21:32:38Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>