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/05/23 20:59:27 UTC

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

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

commit 7b3e994a6b210bc56055356381301b47688e0914
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat May 23 22:59:22 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index c9decaf..846be71 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.0-SNAPSHOT</version>
+  <version>3.1.0</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.0</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-02-02T17:43:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-05-23T20:58:53Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>