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 54b4816  [maven-release-plugin] prepare for next development iteration
54b4816 is described below

commit 54b4816b91405c2fdfe697e4e121b9e91683cb3b
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Apr 15 13:35:53 2023 +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 0ea5472..438b9b0 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-M7</version>
+  <version>4.0.0-M8-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>
@@ -37,7 +37,7 @@
   <scm>
     
<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>
-    <tag>maven-reporting-impl-4.0.0-M7</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -62,7 +62,7 @@
     <doxiaSitetoolsVersion>2.0.0-M8</doxiaSitetoolsVersion>
     <reportingApiVersion>4.0.0-M6</reportingApiVersion>
     <pluginToolsVersion>3.8.1</pluginToolsVersion>
-    
<project.build.outputTimestamp>2023-04-15T11:34:43Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-04-15T11:35:53Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to