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


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

commit 0cab34594c59f1ab3e7cf4c4b61e75d2976faa90
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Nov 12 19:50:38 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 2e8d5c0..4b41395 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>4.0.0-M9</version>
+  <version>4.0.0-M10-SNAPSHOT</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -37,7 +37,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</developerConnection>
-    <tag>maven-reporting-api-4.0.0-M9</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-reporting-api/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -58,7 +58,7 @@ under the License.
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    
<project.build.outputTimestamp>2023-11-12T18:50:23Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-11-12T18:50:38Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to