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 2020/08/30 18:46:35 UTC

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

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 269bb2a  [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.1.1
269bb2a is described below

commit 269bb2a7ea199d53f3e79209a054bec7f9b02941
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Aug 30 20:46:29 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 46d3813..c699e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-project-info-reports-plugin</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1</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.1.1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -126,7 +126,7 @@ under the License.
     <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2020-05-23T20:59:34Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-08-30T18:46:02Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>