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/08/06 21:52:40 UTC

[maven-reporting-impl] branch maven-reporting-impl-3.x updated: [maven-release-plugin] prepare release maven-reporting-impl-3.2.0

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch maven-reporting-impl-3.x
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


The following commit(s) were added to refs/heads/maven-reporting-impl-3.x by this push:
     new 967e756  [maven-release-plugin] prepare release maven-reporting-impl-3.2.0
967e756 is described below

commit 967e756d41c00c123c5c545676b5bffd35918970
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 6 23:52:36 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 1d97cfc..a8b3ffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-impl</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.2.0</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>
@@ -50,7 +50,7 @@
     <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>
     <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-impl-3.2.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -73,7 +73,7 @@
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <reportingApiVersion>3.1.1</reportingApiVersion>
-    <project.build.outputTimestamp>2022-02-05T21:36:19Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-06T21:51:47Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>