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/04/17 11:42:57 UTC

[maven-reporting-impl] 01/05: Bump version to 4.0.0-M1

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git

commit ea2730b8c437185ff5ceffb7077ffe919ef9b186
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:19:49 2022 +0200

    Bump version to 4.0.0-M1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e45e8fc..e412250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-impl</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>4.0.0-M1-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>