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/08/06 14:49:40 UTC

[maven-project-info-reports-plugin] branch holy-moly updated: Bump version

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

michaelo pushed a commit to branch holy-moly
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/holy-moly by this push:
     new 3cd2f88  Bump version
3cd2f88 is described below

commit 3cd2f88e0f72fdb3935ee873cd552571b449b867
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 6 16:49:35 2022 +0200

    Bump version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d50a8e..dd713a4 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.1-SNAPSHOT</version>
+  <version>4.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Project Info Reports Plugin</name>
@@ -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-07-09T21:42:49Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-06T14:49:27Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>