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 2023/01/06 21:01:08 UTC

[maven-project-info-reports-plugin] branch master updated: [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.4.2

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-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c1eb1d4  [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.4.2
c1eb1d4 is described below

commit c1eb1d4bcd28f260762045cfa9eea1d53539a58f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jan 6 22:01:04 2023 +0100

    [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.4.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d9a136..a5f8188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-project-info-reports-plugin</artifactId>
-  <version>3.4.2-SNAPSHOT</version>
+  <version>3.4.2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Project Info Reports Plugin</name>
@@ -100,7 +100,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-project-info-reports-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-project-info-reports-plugin-3.4.2</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -128,7 +128,7 @@ under the License.
     <fluidoSkinVersion>1.11.1</fluidoSkinVersion>
     <surefire.version>2.22.2</surefire.version>
     <checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2022-08-10T19:21:29Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-06T21:00:34Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>