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/02/05 21:36:14 UTC

[maven-reporting-impl] branch master updated: [maven-release-plugin] prepare release maven-reporting-impl-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-reporting-impl.git


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

commit 7f2f24fa712e06c07f3249ded7c8b6d04c559d17
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Feb 5 22:36:10 2022 +0100

    [maven-release-plugin] prepare release maven-reporting-impl-3.1.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fafa1d5..d46a817 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,12 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-impl</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.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.1.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -72,7 +72,7 @@
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-02-05T21:35:12Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>