You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/06/16 19:43:48 UTC

[maven-reporting-exec] branch master updated: [maven-release-plugin] prepare release maven-reporting-exec-1.5.1

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dd6e49  [maven-release-plugin] prepare release maven-reporting-exec-1.5.1
7dd6e49 is described below

commit 7dd6e490845f4a8598b0728d0e2d49b5b5447513
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jun 16 21:43:39 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index adf8c78..757cc6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-exec</artifactId>
-  <version>1.5.1-SNAPSHOT</version>
+  <version>1.5.1</version>
 
   <name>Apache Maven Reporting Executor</name>
   <description>Classes to manage report plugin executions with Maven 3.</description>
@@ -38,7 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</developerConnection>
     <url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-exec-1.5.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -59,7 +59,7 @@
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <plexusVersion>1.5.4</plexusVersion>
-    <project.build.outputTimestamp>2020-06-08T20:00:25Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-06-16T19:43:14Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>