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/23 19:28:22 UTC

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


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

commit ac330ace784f553d36701568371deb339e9ad783
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 23 20:28:16 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 e9b119d..11cee9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>4.0.0-M3</version>
+  <version>4.0.0-M4-SNAPSHOT</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -40,7 +40,7 @@ under the License.
     <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>
     <url>https://github.com/apache/maven-reporting-api/tree/${project.scm.tag}</url>
-    <tag>maven-reporting-api-4.0.0-M3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -60,7 +60,7 @@ under the License.
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    <project.build.outputTimestamp>2022-11-23T19:28:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-23T19:28:16Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>