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:07 UTC

[maven-reporting-api] branch maven-reporting-api-3.x updated: [maven-release-plugin] prepare release maven-reporting-api-3.1.1

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 d61224e  [maven-release-plugin] prepare release maven-reporting-api-3.1.1
d61224e is described below

commit d61224e3318f825673deee76eddc13a8a20be426
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jul 29 22:28:03 2022 +0200

    [maven-release-plugin] prepare release maven-reporting-api-3.1.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index caaac31..6cd6843 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-SNAPSHOT</version>
+  <version>3.1.1</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>HEAD</tag>
+    <tag>maven-reporting-api-3.1.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -71,7 +71,7 @@ under the License.
   
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2022-02-01T20:52:04Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-29T20:27:56Z</project.build.outputTimestamp>
   </properties>
 
   <build>