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/07/29 20:28:16 UTC

[maven-reporting-api] branch maven-reporting-api-3.x 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 maven-reporting-api-3.x
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git


The following commit(s) were added to refs/heads/maven-reporting-api-3.x by this push:
     new 7a4df00  [maven-release-plugin] prepare for next development iteration
7a4df00 is described below

commit 7a4df00ad8ee273f683d5f8a05a9a5ab617eded8
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jul 29 22:28:12 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 6cd6843..c270664 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>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -52,7 +52,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-3.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -71,7 +71,7 @@ under the License.
   
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2022-07-29T20:27:56Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-29T20:28:12Z</project.build.outputTimestamp>
   </properties>
 
   <build>